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

point custom jar file to tLibraryLoad component: talend server:Linux

Hi,
We have installed talend server on a linux machine but we do development on our windows machine. I am using tLibraryLoad component to load user defined jar files in a talend etl job.
In development environment for tLibraryLoad component ( on windows machine ) we can browse through the file location and select the custom jars. This works fine in Microsoft windows environment.
But when we deploy the same code on server ( linux machine ) then how we can give the path for the custom jar file in tLibraryLoad component?
I have placed the jar files in a folder on linux machine but need help to point the custom jar files in tLibraryLoad component.
Regards,
Shivanandan
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
Is your Linux box support for GUI installed? This distribution version is supported by Talend (it's not the case by default I believe).
And then you can launch the .sh to install the Talend Studio on which there Will be Talend Studio UI for you as window's
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
How to add multiple external jar files in Talend ?
Anonymous
Not applicable
Author

Hi,
How to add multiple external jar files in Talend ?

Please check the related forum https://community.talend.com/t5/Design-and-Development/multiple-tlibraryload/td-p/101255
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi shivanandan
When you select the jar during the development on Windows, the jar have been loaded and put into the <Talend Studio install dir>/lib/java, the jar will be exported aslo when exporting the job script, you don't need to modify the job again even though the job script will be executed on another linux machine.
Shong