I've tried:
Process process = Runtime.getRuntime().exec("java -jar jarFile.jar");
but that doesn't work.
Does anyone have any simple code that would do this?
Printable View
I've tried:
Process process = Runtime.getRuntime().exec("java -jar jarFile.jar");
but that doesn't work.
Does anyone have any simple code that would do this?
You seemingly abandoned your last thread
http://www.java-forums.org/awt-swing...ui-please.html
Why should we expect anything different here?
db
Please explain.Quote:
but that doesn't work.
Capture all the output from the execution and print it here.