Execute a shell script in a Jar File
807569Jul 5 2006 — edited Jul 5 2006Hello,
In UNIX, I have an application in wich i want to execute a shell script.
I would like to put that script in the jar file and be able to execute it from the main application.
I can get the URL of the script (something like jar:file:....) but I can't find a way to then execute this script from the Runtime.exec command.
Does someone know how to do that ?
Many thanks.