Eclipse Java EE plugin

爷,独闯天下 提交于 2020-01-12 04:49:06

问题


I want an Eclipse Java EE plugin which I can install directly from Eclipse.

I searched about it on Google and found some ones but couldn't figure out how to download them directly from Eclipse.

One plugin I found was WTP but couldn't find the location of the WTP repository that I can enter in the Eclipse's Software Update tool.

I am using Eclipse 3.4.2 (Ganymede)


回答1:


I warmly suggest to install Eclipse IDE for Java EE developers which already includes the Web Tools Platform (WTP) and much more (see this page for a full comparison).

As an alternative, you can download a zip of the Web Tools from here or install it via Update Manager using this URL:

http://download.eclipse.org/webtools/updates/




回答2:


If you have Eclipse Galileo you should go to Help > Install New Software. Then the list of available sites to install updates will appear. You should add the WTP plug-in to this list, for example.

To do this, click on Add and enter the name and location (you can get this from the WTP site). Then, select this plug-in and click on Finish. That's it and it's valid to all plug-ins.




回答3:


when you are searching do a comprehensive search http:// in eclipse

Google search the repository containing Java EE WTP

Install the new software in your IDE, restart your IDE, right click under the project explorer view, select new, the option for creating a dynamic web project should now be available. I did it using the luna version of eclipse which dose not have the default and now have the option.




回答4:


Use

help---install new software--type http://findbugs.cs.umd.edu/eclipse

And go from there



来源:https://stackoverflow.com/questions/2216007/eclipse-java-ee-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!