java进程的删除。
迷茫
迷茫 2017-04-18 09:34:18
0
3
785
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(3)
小葫芦

After knowing the ID of the process, execute jps -lv pid in the command line to view the detailed information of the process (which class, which parameters), and then determine whether it is the one you want to delete.

Ty80

When asking the question, it is recommended to describe the environment in which you run the program. Of course from "javaw.exe", we know it is a windows platform. Just end the process directly in Windows Task Manager.

ps: No one should be able to answer this question. It’s a waste of time. What I'm mainly talking about is the first sentence.

迷茫

If you are looking through the port, it can be like this netstat -ano | findstr "8080" Then find the pid of your Listening and then check the task manager to see if it is the process you want to kill.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template