Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey I have been using talend a little and I want to use it as part of another Eclipse application. Pretty much I want to take a job and call it from another java program. I could use system to do this but, that is not very portable and I need my application to be portable. Is there any good way to use a talend job inside another java program?
public class Talend
{
public static void main(String[] args)
{
shong.myjob_0_1.myJob.main(new String[]{});
}
}
7) Type in the Java code in class 'Talend.java' (see screenshot 😎 public class Talend
{
public static void main(String[] args)
{
shong.myjob_0_1.myJob.main(new String[]{});
}
}
shong