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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[Help]Remove libraries from class path

I am Running Talend BD 5.6 and it has some never and older version of jars which is causing problem to run job like unable to load class or not implemented class.
[list=*]

  • I removed jars from .java/lib folder but at run time it has been added. 


Is there a way, where I can add only required jars instead of adding duplicate jars with new and old version? 

or how can I restrict to use certain jars for run?

[list=*]

  •  

 

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
 
Usually it does not help if you add a new driver into the lib directory. 
You should put the newer version into the component directory and edit the xml file tDBXXX_java.xml on the bottom (try to find the IMPORT declaration and change it to your newer version) and delete the file <studio-install-dir>/configuration/ComponentCache.javacache then restarting studio.
Let us know if it is OK with you.
 
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

Hi Sabrina,
I am looking for the answer to same question as above.
I did not understand your answer. What component are you referring to?

I simply want to control the jars being added to .Java/lib/ at runtime (and don't want Talend to do it for me).
How can I do it?

Thanks
Ashutosh