On Mon, 13 Aug 2007 09:42:57 -0700, Grzesiek
<grzesiek.wilanowski@gmail.com> wrote, quoted or indirectly quoted
someone who said :
>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?
It will automatically pick the latest jar. The time you get in trouble
with old jars in Applets. You must restart the browser.
You can also say
App.main( xxxx);
If you want to run in the same JVM. This will start much more
quickly, but won't let you change the implementation on the fly.

Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com