java - Create process that survives creator process -
is there way create process java application, can can survive creator process?
i use processbuilder create child processes in application, can't see way configure process survive shutdown of "main" application.
if you're running binary, processes started using exec created in separate process:
runtime.getruntime().exec("yourprogram");
Comments
Post a Comment