Which version of Eclipse should I be downloading?

别等时光非礼了梦想. 提交于 2019-12-03 23:41:36

问题


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

  • Eclipse IDE for Java Developers, 99MB
  • Eclipse IDE for Java EE Developers, 206 MB
  • Eclipse Classic 3.6.1, 170 MB

回答1:


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

Eclipse Classic - also has modules to develop Java applications, but also provides different other plugins (extra plugins, which may be unrelated to 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.

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)




回答2:


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.

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.

For developing Python applications with Eclipse you will definitely want to install PyDev.



来源:https://stackoverflow.com/questions/4907812/which-version-of-eclipse-should-i-be-downloading

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