@kastork You mean you want to shut down the JVM and immediately start a new with the same parameters? I think you'd need to inspect the environment to figure out what parameters was passed, where the java binary is located etc and start a new process before you do System.exit. Maybe there is a library out there for that?