将 J2EE 安装到现有的 eclipse IDE 中
我有 Eclipse Galileo(版本:3.5.2),我用它来开发 Jave SE 应用程序。我想学习Java EE。如何整合 Java EE?或者我是否需要安装 Java EE 特定的 Eclipse IDE?
追问:
非常感谢您的回答! Eclipse 中显示的列表中有很多名称。例如 WTP 3.1.1、WTP 3.1.2、补丁、WTP 测试 3.1.1、WTP 测试 3.1.2。我该下载哪些?
I have Eclipse Galileo (Version: 3.5.2), which I use to develop Jave SE applications. I want to learn Java EE. How do I incorporate Java EE? Or do I need to install a Java EE specific Eclipse IDE?
Follow Up:
Thanks a great deal for answering!
There are a lot of names in the list that shows up in Eclipse. E.g. WTP 3.1.1, WTP 3.1.2, Patches, WTP Test 3.1.1, WTP Test 3.1.2. Which ones do I download?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
http://download.eclipse.org/webtools/updates/ - 这是旧的网址不再有效。
如果您想安装 WTP(即 J2EE 插件),请根据您使用的 eclipse 版本使用以下 URL:
更多信息请参见 此处。
http://download.eclipse.org/webtools/updates/ - This is an old URL and doesn't work any more.
If you want to install WTP (i.e. J2EE plugins) use the following URLs depending upon the version of the eclipse you are using:
More information can be found here.
步骤1
转到帮助
--->
安装新软件...第 2 步
尝试在下拉菜单中找到“http://download.eclipse.org/webtools/updates”。如果找到,则选择并安装所有可用更新。
如果找不到则点击添加->添加存储库。
名称:Eclipse Webtools
位置:http://download.eclipse.org/webtools/updates
选择所有可用更新并安装它们。
请访问 http://download.eclipse.org/webtools/updates/ 了解更多详细信息。
Step 1
Go to Help
--->
Install New Software...Step 2
Try to find "http://download.eclipse.org/webtools/updates" under work with drop down. If you find then select and install all the available updates.
If you can not find then click on Add -> Add Repository.
Name: Eclipse Webtools
Location: http://download.eclipse.org/webtools/updates
Select all available updates and Install them.
Visit http://download.eclipse.org/webtools/updates/ for more details.
对于 Mars (Eclipse 4.5) 和 WTP 3.7,请使用此链接。
http://download.eclipse.org/webtools/repository/mars/
For Mars (Eclipse 4.5) and WTP 3.7 use this link.
http://download.eclipse.org/webtools/repository/mars/
转到帮助 ->安装新软件->添加->将此链接粘贴到位置框中 http://download.eclipse.org/webtools/repository/luna/
安装所有新版本..
Go to Help -> Install new softwares-> add -> paste this link in location box http://download.eclipse.org/webtools/repository/luna/
install all new versions..
您可以在当前安装的基础上安装 Web Tool Platform,以帮助您了解 Java EE。使用 Eclipse 软件更新下载 Web 工具平台(说明位于 http://download.eclipse.org/webtools/updates/)。它具有帮助您继续学习 Java EE 的功能。您可以在 http://www.eclipse.org/webtools/ 了解有关 Web Tools Platform 的更多信息
You could install Web Tool Platform on top of your current installation to help you learn about Java EE. Download the Web Tools Platform by using Eclipse Software Update (Instruction at http://download.eclipse.org/webtools/updates/). It has features to get you going with learning Java EE. You could learn more about Web Tools Platform at http://www.eclipse.org/webtools/
对于 Eclipse Mars,以下操作有效
For Eclipse Mars the following worked