How to find and kill running Win-Processes from within Java?

Posted by GHad on Stack Overflow See other posts from Stack Overflow or by GHad
Published on 2008-09-17T10:40:05Z Indexed on 2010/04/19 14:03 UTC
Read the original article Hit count: 180

Filed under:
|
|

Hi,

I need a Java way to find a running Win process from which I know to name of the executable. I want to look whether it is running right now and I need a way to kill the process if I found it.

Thank you! Greetz, GHad

© Stack Overflow or respective owner

Related posts about java

Related posts about Windows