我应该下载哪个版本的 Eclipse?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4907812/
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
Which version of Eclipse should I be downloading?
提问by leora
I just want to develop some Java and Python applications on Windows XP. Which version should I be using:
我只想在 Windows XP 上开发一些 Java 和 Python 应用程序。我应该使用哪个版本:
- Eclipse IDE for Java Developers, 99MB
- Eclipse IDE for Java EE Developers, 206 MB
- Eclipse Classic 3.6.1, 170 MB
- 面向 Java 开发人员的 Eclipse IDE,99MB
- 面向 Java EE 开发人员的 Eclipse IDE,206 MB
- Eclipse 经典 3.6.1,170 MB
采纳答案by Maxym
Eclipse IDE for Java Developers - simply made for Java developers. If you develop standalone or similar applications, this is your choice
面向 Java 开发人员的 Eclipse IDE - 专为 Java 开发人员设计。如果您开发独立或类似的应用程序,这是您的选择
Eclipse Classic - also has modules to develop Java applications, but also provides different other plugins (extra plugins, which may be unrelated to Java)
Eclipse Classic - 也有开发 Java 应用程序的模块,但也提供了不同的其他插件(额外的插件,可能与 Java 无关)
Eclipse IDE for Java EE Developers - if you are going to develop dynamic web applications with help of Java, this is what you need.
面向 Java EE 开发人员的 Eclipse IDE - 如果您打算在 Java 的帮助下开发动态 Web 应用程序,这就是您所需要的。
Make your choice, then in Eclipse go to "Help/Eclipse Marketplace...", type there "python" and on the top you will see PyDev (already mentioned by @cschol), click install :) Using Marketplace you can find other plugins you need for work (just tell it because new Eclipse MArketplace seems to be less known feature of Eclipse Helios platform)
做出选择,然后在 Eclipse 中转到“Help/Eclipse Marketplace...”,在那里输入“python”,在顶部您将看到 PyDev(@cschol 已经提到),单击安装 :) 使用 Marketplace 您可以找到其他您工作所需的插件(只是告诉它,因为新的 Eclipse MArketplace 似乎是 Eclipse Helios 平台鲜为人知的功能)
回答by cschol
The Eclipse Classic version comes with Java support out-of-the-box. The version for Java Developers might just have a couple of packages more specifically tailored to a Java development workflow.
Eclipse Classic 版本带有开箱即用的 Java 支持。面向 Java 开发人员的版本可能只有几个更专门针对 Java 开发工作流程定制的包。
Find a comparison chart of the different versions here.
在此处查找不同版本的比较图表。
In any version you can install other packages using the built-in Eclipse installation/update system.
在任何版本中,您都可以使用内置的 Eclipse 安装/更新系统安装其他软件包。
For developing Python applications with Eclipse you will definitely want to install PyDev.
要使用 Eclipse 开发 Python 应用程序,您肯定需要安装PyDev。