Is there a way to create a process from a java application, that can can survive the creator process?
I use ProcessBuilder to create child processes in my application, but I can't see a way to configure the process to survive the shutdown of my "main" application.