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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -