How To Kill Thread From Windows
807605Aug 2 2007 — edited Aug 2 2007I am monitoring a third party java (no access to code) application running as a service under Windows 2000.
psinfo identifies two threads that have been in a running state for 8 hours. My CPU started running at 50% at the time these threads started.
Question:
Is there a command line utility or way to kill an individual java thread without killing the entire java.exe process?