aspose file tools
The moose likes Threads and Synchronization and the fly likes about Runtime.getRuntime().exec(shellCmd) create process Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply locked New topic
Author

about Runtime.getRuntime().exec(shellCmd) create process

haifeng zhou
Greenhorn

Joined: Oct 30, 2009
Posts: 13
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
Welcome to JavaRanch. Please do not post the same question to multiple forums: CarefullyChooseOneForum

Let's continue the discussion in this duplicate thread.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: about Runtime.getRuntime().exec(shellCmd) create process
 
Similar Threads
Closing Applications
aboue Runtime.getRuntime().exec() create process
how to call .exe file by clicking the JButton..?
Pass Data to outputstream
Unsuccessful termination of Runtime.exitValue