How to find the process id of a running Java process on Windows? And how to kill the process alone?

后端 未结 8 1719
庸人自扰
庸人自扰 2021-01-30 21:59

I want to kill the particular Java process in Windows, like in Linux (ps -aux to get processid and then kill processid to kill the process).

8条回答
  •  北荒
    北荒 (楼主)
    2021-01-30 22:21

    After setting the path of your jdk use JPS.Then You can eaisly kill it by Task Manager
    JPS will give you all java processes

提交回复
热议问题