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 -

windows - How to automate a file conversion xwm to mp3 with xwmaencode.exe using bat file -