G
Grzesiek
Hi,
In my program i have the lines:
Runtime.getRuntime().exec("java -jar app.jar");
/* Here is the code that changes app.jar*/
Runtime.getRuntime().exec("java -jar app.jar");
In the last line the old app.jar is invoked but i want the new one to
be invoked there. How can i update Runtime?
Thanx
In my program i have the lines:
Runtime.getRuntime().exec("java -jar app.jar");
/* Here is the code that changes app.jar*/
Runtime.getRuntime().exec("java -jar app.jar");
In the last line the old app.jar is invoked but i want the new one to
be invoked there. How can i update Runtime?
Thanx