pointertowhat
Programmer
How do you make a java application shutdown and automatically restart itself?
The reason for this is I have an application I maintain - it's run from a network drive and sometimes the users leave an instance running for months at a time. When I release an update I would like each instance to display a dialog letting the user know the app must be restarted, and just to make sure they do I want the app to shutdown and restart itself automatically.
The reason for this is I have an application I maintain - it's run from a network drive and sometimes the users leave an instance running for months at a time. When I release an update I would like each instance to display a dialog letting the user know the app must be restarted, and just to make sure they do I want the app to shutdown and restart itself automatically.