Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / August 2007

Tip: Looking for answers? Try searching our database.

How to update Runtime?

Thread view: 
Grzesiek - 13 Aug 2007 17:42 GMT
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
Roedy Green - 14 Aug 2007 03:09 GMT
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



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.