Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Which jar files to include to run a Talend job in Eclipse?

I have a generated .java file with a Talend job in it. My issue is that I cannot find the necessary jar files in which to run it. Specifically, I need to find the jars to resolve the following imports:
import routines.Mathematical;
import routines.DataOperation;
import routines.Relational;
import routines.TalendDate;
import routines.TalendDataGenerator;
import routines.Numeric;
import routines.TalendString;
import routines.StringHandling;
import routines.system.*;
import routines.system.api.*;
I have both Big Data and Date Integration tools on my machine. I have not been able to find any JAR file in these directories.
Alternatively, is there a Maven depency I can add to my Maven POM file to bring in the libraries. Been searching all over for that and cannot find anything with that either.
Any help would be greatly appreciated.
Thanks,
Chris
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi
What version are you using? Have you tried exporting as a maven project?

Ciaran