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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

export an executable jar

hello,
I want to export my project executable jar, and Talend wonder a launch configuration or it must be generated to launch the job ...
How do you generate this launch configuration?
Thank you
Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hi
It's impossible to export the project as executable jar.
But you can export jobs and execute them out of TOS.
Right click on the job, select "Export Job".
Best regards!
Pedro
Anonymous
Not applicable
Author

Once you have exported your jobs from talend using export job, you get a zip file which contains .bat, .sh which you can execute from commandline to run the job. This export also brings all required jar files by your job in ../lib folder in export zip.
Anonymous
Not applicable
Author

Hello,
Thank you for your answer, is it possible to encrypt the zip and run it?
best regard
Anonymous
Not applicable
Author

Hi
You have to unzip the export zip file and excute run.bat or run.sh.
It's impossible to encrypt the zip. It isn't a jar.
Best regards!
Pedro
Anonymous
Not applicable
Author

hello,
how to generate code or find a bat to run a zip?
thank you