Is there a way to make child process survive even if parent is killed
807580Jul 20 2010 — edited Jul 21 2010Hi,
I am using Runtime.getRuntime.exec("<<a non Java Linux application>>") in my code. If someone kills java by killall -9 then my non java application is also killed.
Is there a way to make the non java application survive even if the the parent java application which has launched it has been killed?
Thanks