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

[resolved] Add third party jar into Talend

Hello,
I have to add third party lib in Talend. I have tried the following two ways.
1. windows --> preferences -->java --> build path --> user libraries and added jar. 
2. Adding tLibraryLoad component and adding jar and importing class.
Relaunched Talend DI. 
In either ways I am not able to see/use the added jar's classes in tJava component.
Please guide
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The second approach should work. Are you sure you call tLibraryLoad just before the tJava?

View solution in original post

3 Replies
Anonymous
Not applicable
Author

The second approach should work. Are you sure you call tLibraryLoad just before the tJava?
Anonymous
Not applicable
Author

Hi,
Have you checked document: TalendHelpCenter:tLibraryLoad? Could you please upload your job design screenshot into forum so that we can address your issue quickly.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thank You  jlolling.
Second Approach worked.