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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to import extrernal jar files into Talend

Hi Talend Team,
I want to import external jar files into my project.can you please tell how to import external jar files and while extracting the job ,how to extract it along with the job.
Thank you.
With Regards,
Sagufta
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hello
There are two ways for you to export the external jar files:
1)Using tLibraryload component to load the jar file at the begininig of job. for example:
tLibraryLoad
|
tJava(on tJava, use the external API)
2)Creating custom routine, import the external jar file by clicking on the rouinte name and edting the routine libraries, and then call this routine in the job.
Best regards
shong
_AnonymousUser
Specialist III
Specialist III

Hello Talend Team,,
I have the same problem, i want to create a routine and i need to install some jar (org.apache).
You say: "Creating custom routine, import the external jar file by clicking on the rouinte name and edting the routine libraries, and then call this routine in the job".
I do that but it is not ok ("L'importation org.apache ne peut pas être résolue").
I don't understand and i need some help please.
Nicolas
Anonymous
Not applicable
Author

You can import the external jars using tLibraryLoad component or Editing Routine Libraries.
For more information visit
http://vikramtakkar.blogspot.in/2013/03/importing-external-jar-or-library-files.html
Thanks & Regards
Vikram Takkar
http://vikramtakkar.blogspot.in
sharushady
Contributor
Contributor

Hello Talend Team,,
I have the same problem, I want to import external jar files into my project.can you please tell how to import external jar files and i have tried importing through tLibraryload and Routine but nothing works
Please help.
Sharath
Anonymous
Not applicable
Author

check below links it may work for you
https://help.talend.com/search/all?query=Installing+external+modules&content-lang=en
if it wont work then go to the code window and take mouse over on any error there popup will appear in that click on "fix at project level"
and follow the further viz hard to import external jars.