Which version of Eclipse should I be downloading?(我应该下载哪个版本的 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)
这篇关于我应该下载哪个版本的 Eclipse?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我应该下载哪个版本的 Eclipse?
基础教程推荐
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
