Hi All,
how to identify and kill a perticular process in java?
I'm able to create and destroy a process like notepad / iexplore etc.using Runtime and Process classes of Java.Lang.
How to get the currently running windows processes and kill them?.
give me a sample code if possible.
Thanks a lot
