当前位置: 代码迷 >> Eclipse >> 导入项目 异常
  详细解决方案

导入项目 异常

热度:311   发布时间:2016-04-23 18:58:10.0
导入项目 错误
Several ports (8005, 8080, 8009) required by Tomcat v5.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

我是在 eclipse 中 手动 创建的项目 然后把项目复制进去的

运行 服务器 出现上面错误

怎么回事 求高人指点下

------解决方案--------------------
从任务管理器 进程中删掉 javaw.exe,再重启服务
------解决方案--------------------
先重启,然后把项目的配置改一下。
右键项目->到properties->Java Build Path ->Libraries 
将里面的JDK和Tomcat配置成你工程里面的就OK了。
  相关解决方案