Java Application to Restart itself
807605Oct 8 2007 — edited Oct 8 2007Without going into the details, I have an application which updates its own jar files, and I need the application to be able to restart itself. Without having to write some kind of native batch/bash script for every OS I deploy to, is anyone aware of a clean native way for java to be able to restart an application?
~Kullgen