解决问题:Eclipse中配置tomcat时发现在New Server Runtime Environment中没有tomcat选项怎么办?
首先,检查确认自己的windos环境是64位还是32位,与自己下载的eclipse是否对应;若对应请看下一步,若不对应那就是你的eclipse安装错了,请重新安装。步骤如下:
1.选择官网下载
https://www.eclipse.org/downloads/
2.选择Download Package,且选择select other mirror选一个中国的镜像下载会非常快。
若不是以上情况,可以打开eclipse,找到
Help->InstallNew Software->"Kepler" repository(http://download.eclipse.org/releases/kepler)->Web,XML, Java EE and OSGi Enterprise Development ->JST Server AdaptersExtensions(打勾选上该项),
一路NEXT 完成安装。然后:
1.点击window-- show view - other 找到servers 点击OK。
2.在servers 里面右键鼠标:new -- server 找到tomcat版本,点击next,然后点击browse选择电脑上面的tomcat安装路径就行了。