I want to have a button in my application that simply reloads the application.
Essentially, I just want to re-run the JAR and System.exit() - but I don't want to do this using Runtime.exec() because I need it to work on multiple OS.
I can't really come up with anything.