Home  >  Q&A  >  body text

java进程的删除。

迷茫迷茫2712 days ago744

reply all(3)I'll reply

  • 高洛峰

    高洛峰2017-04-18 09:36:18

    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.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 09:36:18

    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.

    reply
    0
  • 迷茫

    迷茫2017-04-18 09:36:18

    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.

    reply
    0
  • Cancelreply