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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -