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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Loading more than one *jar with tLibraryLoad

Hi,
I encountered another problem while working with TOS. For my JavaFlex-Code I need to import four *jars and a bunch of dependencies. I thought that it may be solved by putting all *.jar into <TOS installation path>/lib/java and putting a tLibraryLoad component with import-statements in the job.
This did not work, so I checked the path for external libs in perferences. Everything is fine it points to <TOS installation path>/lib/java.
So I tried to load every *jar with tLibraryLoad this only works for one component, after the second and third one is added nothing works anymore. And only the last added *.jar is recognized.
Something like this:
---onSuccess OK ----> ---onSuccess OK ----> --- onSuccess OK ----> ...

I beginning to get crazy. Maybe I should program it all by-hand as my dearest consultant ;-).

Best regards und thanks in advanced,
Danny
Labels (4)
21 Replies
_AnonymousUser
Specialist III
Specialist III

Hi, im having an error on compiling 
error: package org.talend.fileprocess does not exist
i have the dependency
<dependency>
<groupId>org.talend.libraries</groupId>
<artifactId>talend_file_enhanced</artifactId>
<version>6.0.0</version>
</dependency>
but still cant compile the java
Anonymous
Not applicable
Author

Hi kokisho280,
How did you set tlibraryload component? Screenshots of job setting will be preferred.
Best regards
Sabrina