The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
January 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Need Help in killing process

Posted by Alik Saring on October 30, 2001 at 7:39 AM

Hi Anand,

I would like know how to kill the exe process running which is started by process.runtime.exec. The process.runtime.destroy method does dismantle the process object, but the subprocess is still running. I have check this by putting the subprocess in contineous while loop. Please advice.

Thanks in advance,

Alik


> Hi Anand,
> Could you tell me if you find a way to kill a process in Java ?
> Please, let me know. Thanks a lot.
> Best Regards,
> Franck.

> > I wanted to know whether a process (any .exe file)is running and if it does, then I would like to destroy it. I know how to start a process using the Runtime.getRuntime.exec("someexe.exe"). But how do I find out if "someexe.exe" is running and then kill/destroy it. Thanks in advance.

> > Anand





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us