1、cmd 输入 netstate -ano 如下图所示: 2、找到进程号 netstat -aon|findstr "6240" 3、结束该进程 taskkill /f /t /im java.exe, 或者直接在任务管理器里进行操作