不安装WTP全包怎么添加Tomcat8到Eclipse Kepler中

来源:互联网 发布:深圳软件培训哪家好 编辑:程序博客网 时间:2024/05/22 23:12

After experimenting by myself, I came up with the following solution:

  • Go to the "Install New Software..." menu

enter image description here

Use the Luna WTP url but select only the adapters (http://download.eclipse.org/webtools/repository/luna)(:

实际操作时,我是选择WTP3.6.0,勾选JST Server Adapter, JST Server Adapter Extensions,JST Server UI

)

enter image description here

Wait for the dependencies to be resolved:

enter image description here

  • Complete the installation process, restart Eclipse, try to configure a new server:

enter image description here

Hope this helps..


转自:http://stackoverflow.com/questions/25164774/how-to-add-tomcat-8-to-eclipse-kepler-without-installing-the-big-whole-wtp-packa





0 0