Implementing a Java program with arguments in Talend

0 votes

I have a Java program which takes input from 15k lines to give an output of 1500k lines. It takes 4 input arguments which are Name of the input file, Name of the output file, int, and int. 

The program is executing perfectly, but my problem is, now I have to execute this program in Talend and this is the first time I am working with it. 

Is it even possible to implement the entire Java code in Talend without making any changes to it?

Apr 18, 2018 in Talend by misc.edu04
• 1,450 points
1,709 views

1 answer to this question.

0 votes

Yes, this possible in Talend, all you need to do is to package the entire code into a runnable format. Suppose if you have converted the code into Jar files, then you can easily invoke it using either tSystem or tLibrary component. It's as simple as that. Hope it helps!

Get your Talend certification today to become certified professional.

Thanks.

answered Apr 18, 2018 by code.reaper12
• 3,500 points

Related Questions In Talend

0 votes
1 answer

Using Java Classes in Talend

While working with routines, the very 1st ...READ MORE

answered Apr 14, 2018 in Talend by geek.erkami
• 2,680 points
2,574 views