How can we stop a running java process through windows cmd?

Posted by Wing C. Chen on Stack Overflow See other posts from Stack Overflow or by Wing C. Chen
Published on 2010-04-15T08:54:32Z Indexed on 2010/04/18 8:43 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

I am a newbie in cmd, so please allow me to ask a stupid question: How can we stop a running java process through windows cmd?

For example, if we start jetty(a mini web server) with the following cmd:

start javaw -jar start.jar

How do we find the process and stop it later?

Obviously the following cmd does not work:

stop javaw -jar start.jar

© Stack Overflow or respective owner

Related posts about dos

Related posts about cmd