|
From: Jacques B. <jac...@gm...> - 2003-12-01 08:54:14
|
Hi there Leif. I want to know another thing. I have a java app that runs unattended and that needs to do a self update to the latest version completely independently, without any user intervention. The app periodically checks for a new version, and if it finds it, downloads the new jar file. But the thing is that the app obviously can't update itself. I want to know if it is possible to use the wrapper in some way to copy the new jar over the old one before starting up the VM again. So in that way I would be able to write an "New Update Available..." message to the console and catch that with a wrapper filter trigger to restart the VM. Any thoughts or suggestions on how to do this? Thanx, Jacques |