1. 使用命令 sudo lsof -i :xxxx (xxxx即为端口号)查看进程号:
PID即为进程号
2.使用命令 kill -9 aaaa (aaaa为PID)
会出现密码确认 输入后jar包即结束运行