about Runtime.getRuntime().exec(shellCmd) create process
haifeng zhou
Greenhorn
Joined: Oct 30, 2009
Posts: 13
posted
0
it run in Unix
Runtime.getRuntime().exec() will create child process to excute shell script
and if I kill parent process, the child process will aslo exit
so, does any way to prevent child process exit???
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
Welcome to JavaRanch. Please do not post the same question to multiple forums: CarefullyChooseOneForum