当前位置: 代码迷 >> Eclipse >> Eclipse增多Server时报Cannot create a server using the selected type
  详细解决方案

Eclipse增多Server时报Cannot create a server using the selected type

热度:303   发布时间:2016-04-23 00:40:42.0
Eclipse增加Server时报Cannot create a server using the selected type
Tomcat --> Cannot create a server using the selected type


今天在eclipse想把之前的Tomcat 6删掉,重新配置一个,不料没有下一步

Cannot create a server using the selected type 这句话出现在窗口上面,应该不是很解决的问题.......

重启下 eclipse,还是不行哦

出绝招了,呵呵.....上网搜搜

还真的找到解决的方法了,如下:

1.退出 eclipse

2.到[工程目录下]/.metadata/.plugins/org.eclipse.core.runtime

3.把org.eclipse.wst.server.core.prefs和 org.eclipse.jst.server.tomcat.core.prefs这两个文件去掉

4.重启eclipse
  相关解决方案