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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -