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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
karthik_T
Contributor
Contributor

NoClassDefFoundError: org/apache/poi/ss/usermodel/WorkbookFactory

Hi All,

 

i created routine to read excel files join them. when i am calling that routine i am getting the class not found error. please find the attached screenshot & file of routine .

 

Thanks.

Labels (2)
3 Replies
Anonymous
Not applicable

Hi karthik_T
You need to right click on your routine and select 'Edit Routine Libraries' option to load the relevant jars.

Regards
Shong
Anonymous
Not applicable

Hi,

 

    If you are looking for any examples, please refer the below article under section and the link as below.

Configure a Talend routine for Amazon Comprehend

 

https://community.talend.com/t5/Design-and-Development/Talend-and-Amazon-Comprehend-Integration/ta-p...

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

 

karthik_T
Contributor
Contributor
Author

Hi  @nthampi

 

 

i Installed poi jars for reading excel files but when i importing "WorkBookFactory" it is showing class not found exception.

 

 

Thanks.