Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I've building a job and now I've a job.jar. After, I want to run this executable file, but it can't.
So, what should I do to do this?
Thank you for your responses.
When you build a job you the option to choose "Shell launcher". The box corresponding to the file types necessary for the execution of the Job are selected by default.
For "Shell launcher" you have option based on your environment -
All: exports the .bat and .sh files.
Unix exports the .sh file.
Windows exports the .bat file.
Now once you are done with this simply click on .bat file on windows or .sh file on unix system to run the job directly.