解决Eclipse配置Tomcat出现Cannot create a server using the selected type错误
程序员文章站
2024-03-05 23:36:07
在eclipse中配置tomcat时,出现cannot create a server using the selected type错误
原因:tomcat被删除或...
在eclipse中配置tomcat时,出现cannot create a server using the selected type错误
原因:tomcat被删除或者是重新安装,并且安装目录改变了。
解决方法:在“window->preferences->server->runtime environment”,编辑tomcat的目录为你新安装的目录,然后保存,这样就可以建立tomcat server了。
感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!
上一篇: 讲解Java中的基础类库和语言包的使用
下一篇: php的4种常用运行方式详解