eclipse运行出现该原因是端口冲突。解决办法如下:1、在dos下,输入 netstat -ano|findstr 8080 (查看占用的8080的进程) 2、taskkill /pid 1952 /f (1952是我的进程占用的,别写)