Eclipse中serverRuntime Environment中没有Tomcat选项
背景:
Eclipse版本: Eclipse Java Oxygen
Tomcat版本:Tomcat8
今天在云服务器上安装eclipse中的JavaEE插件后,配置Tomcat。发现在添加 New Server Runtime Environment时没有Tomcat的选项。
原因:eclipse版本不全,缺少javaee组件
网上也没有相应的比较合适的解决方法,我的解决方法是:
在Eclipse中依次点击:
help–>install new software–>在worhwith中选中”oxygen - http://download.eclipse.org/releases/oxygen“(oxygen为eclipse的版本号,找自己相应的版本号)
选中 Web, XML, Java EE and OSGi Enterprise Development 下的 JST Server Adapters,JST Server Adapters Extentions 安装
安装后重启eclipse,这时候就可以在:
window–>preferences–>server–>Runtime Environment –>add–>这时候就可以在Apache中找到Tomcat了。
好的代码像粥一样,都是用时间熬出来的