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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Loko
Creator II
Creator II

Can't install external jar files

Hi

I can't install new jars in my Talend studio. In the "modules" view, the button to add new external libs shows no error, but at the end the new lib is not added in the modules list, even after a Studio restart. 

 

I can see the files in the studio workspace on disk,

0683p000009M8Jm.png

but can"t use them for instance in a java bean "import com.opencsv.CSVReader". 

 

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

Could you please indicate on which talend build version you got this issue?

Best regards

Sabrina

Loko
Creator II
Creator II
Author

Hello Sabrina

 

We face this issue on Talend ESB 6.4.1.

But I installed and tried Talend ESB 7 and I faced this issue as well.

 

Arnaud

Loko
Creator II
Creator II
Author

I managed to get ma librairies added in the modules view with "edit bean libraries --> "reload libraries". 

My route , that uses a java code in a bean, works fine in Talend studio.

But when we deploy it on karaf and run it the libraries are not found, we get in tesb.log : "Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook"

 

Even if we add all the requied libraries in the bean, or with a ctalend job / tload, or copying the jar files in karaf runtime in container/lib/endorsed

 

Any help would be much appreciated ! 

Thank you