Eclipse Java EE 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2216007/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 19:10:48  来源:igfitidea点击:

Eclipse Java EE plugin

eclipsejakarta-eeplugins

提问by Yatendra Goel

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

我想要一个可以直接从 Eclipse 安装的 Eclipse Java EE 插件。

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

我在谷歌上搜索了一下,找到了一些,但不知道如何直接从 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.

我发现的一个插件是 WTP,但找不到可以在 Eclipse 的软件更新工具中输入的 WTP 存储库的位置。

I am using Eclipse 3.4.2 (Ganymede)

我正在使用 Eclipse 3.4.2 (Ganymede)

回答by Pascal Thivent

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

我热烈建议为 Java EE开发人员安装Eclipse IDE,它已经包含了Web 工具平台 (WTP)等等(有关完整比较,请参阅此页面)。

As an alternative, you can download a zip of the Web Tools from hereor install it via Update Managerusing this URL:

作为替代方法,您可以从此处下载 Web 工具的 zip 文件,或使用以下 URL通过更新管理器进行安装:

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

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

回答by Pedro Ghilardi

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.

如果你有 Eclipse Galileo,你应该去Help > Install New Software. 然后将出现用于安装更新的可用站点列表。例如,您应该将 WTP 插件添加到此列表中。

To do this, click on Addand 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.

为此,单击Add并输入名称和位置(您可以从 WTP 站点获取)。然后,选择此插件并单击Finish。就是这样,它对所有插件都有效。

回答by user3889072

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

当您搜索时,请在 eclipse 中进行全面搜索 http://

Google search the repository containing Java EE WTP

Google 搜索包含 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.

在 IDE 中安装新软件,重新启动 IDE,在项目资源管理器视图下右键单击,选择新建,现在应该可以使用创建动态 Web 项目的选项。我使用 eclipse 的 luna 版本做到了,它没有默认值,现在有选项。

回答by littleshao

Use

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

And go from there

然后从那里去