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 ;-).
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