我应该下载哪个版本的 Eclipse?

2022-01-20 00:00:00 ide eclipse

我只想在 Windows XP 上开发一些 Java 和 Python 应用程序.我应该使用哪个版本:

I just want to develop some Java and Python applications on Windows XP. Which version should I be using:

  • 面向 Java 开发人员的 Eclipse IDE,99MB
  • 面向 Java EE 开发人员的 Eclipse IDE,206 MB
  • Eclipse Classic 3.6.1,170 MB

推荐答案

面向 Java 开发人员的 Eclipse IDE - 专为 Java 开发人员而设计.如果您开发独立或类似的应用程序,这是您的选择

Eclipse IDE for Java Developers - simply made for Java developers. If you develop standalone or similar applications, this is your choice

Eclipse Classic - 也有开发Java应用程序的模块,但也提供不同的其他插件(额外的插件,可能与Java无关)

Eclipse Classic - also has modules to develop Java applications, but also provides different other plugins (extra plugins, which may be unrelated to Java)

适用于 Java EE 开发人员的 Eclipse IDE - 如果您要借助 Java 开发动态 Web 应用程序,这就是您所需要的.

Eclipse IDE for Java EE Developers - if you are going to develop dynamic web applications with help of Java, this is what you need.

做出选择,然后在 Eclipse 中转到Help/Eclipse Marketplace...",在其中键入python",然后在顶部您将看到 PyDev(@cschol 已经提到),单击安装 :) 使用 Marketplace 你可以找到工作所需的其他插件(告诉它,因为新的 Eclipse MArketplace 似乎是 Eclipse Helios 平台的鲜为人知的功能)

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)

相关文章