cmd 执行 “JConsole” 命令,找到pid,

netstat -ano|findstr 5556          —— 查看

taskkill /pid 3104 /F        ——  /F表示强制

优雅的关闭:https://www.cnblogs.com/nuccch/p/10903162.html

关闭运行中多个jar中的某一个

 

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2021-11-27
  • 2022-01-12
  • 2021-12-06
  • 2021-07-14
  • 2022-12-23
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2021-10-15
  • 2022-02-24
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案