I'm trying to import an Executable JAR into Talend project. This Executable JAR needs 1 parameter to run:my goal is to call this via tJava or tJavaFlex by passing this param. Is there any way to do this? Already tried to use tLoadLibrary, also to create a Routine without success.
That's the way I managed to use an external jar.