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