Java 选择哪个 Eclipse IDE 版本?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3960185/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-14 07:37:09  来源:igfitidea点击:

Which Eclipse IDE version to choose?

javaeclipse

提问by Van de Graff

How do I find which Eclipse version I have on my Ubuntu system?

如何找到我的 Ubuntu 系统上的 Eclipse 版本?

This is what "About Eclipse SDK" says.

这就是“关于 Eclipse SDK”所说的。

Eclipse SDK

Version: 3.5.2

Build id: M20100211-1343

开发工具包

版本:3.5.2

版本号:M20100211-1343

I am not sure if its the Eclipse IDE for Java Developersor the Eclipse Classic version.

我不确定它是面向 Java 开发人员Eclipse IDE还是Eclipse Classic 版本

What I would like to do is use Eclipse for

我想做的是使用 Eclipse

Java based Web Application Development

Ant Builds

Deploy using Tomcat

including HTML, CSS Editing

基于 Java 的 Web 应用程序开发

蚂蚁构建

使用Tomcat部署

包括 HTML、CSS 编辑

Please help me decide which version I should choose? I would like to upgrade my Eclipse setup from whatever version it is nowto a version that supports all the above. Should I go for Eclipse IDE for Java EE Developers?

请帮我决定我应该选择哪个版本?我想将我的 Eclipse 设置从现在的任何版本升级到支持上述所有内容的版本。我应该为 Java EE 开发人员选择Eclipse IDE吗?

Should I download a totally new version from Eclipse siteor can I just ADD necessary features/plugins to my current Eclipse setup.

我应该从 Eclipse 站点下载一个全新的版本,还是我可以将必要的特性/插件添加到我当前的 Eclipse 设置中

Please suggest.

请建议。

采纳答案by Pascal Thivent

What I would like to do is use Eclipse for (...)

我想做的是将 Eclipse 用于 (...)

The Eclipse IDE for Java EE Developersallows to do what you're asking for out of the box.

面向 Java EE 开发人员Eclipse IDE允许开箱即用地执行您要求的操作

Should I download a totally new version from Eclipse site or can I just ADD necessary features/plugins to my current Eclipse setup.

我应该从 Eclipse 站点下载一个全新的版本,还是可以将必要的功能/插件添加到我当前的 Eclipse 设置中。

Both would work, although it would be simpler to just get directly the Eclipse IDE for Java EE Developers (especially if you don't know exactly what plugin(s) you're looking for). Personally, I don't use the version you can get from the repository but download Eclipse from the official website and install it in user mode.

两者都可以工作,尽管直接获取 Java EE 开发人员的 Eclipse IDE 会更简单(特别是如果您不确切知道您正在寻找什么插件)。就我个人而言,我不使用您可以从存储库中获得的版本,而是从官方网站下载 Eclipse 并在用户模式下安装它。

回答by Buhake Sindi

If you want to play with Web development, then the Eclipse java EE for Developers is for you. It is shipped with components to make Java Enterprise applications to create Enterprise Applications (and bundle it in an Enterprise ARchiver, known as EAR file or Web ARchive, known as WAR file).

如果您想玩 Web 开发,那么 Eclipse java EE for Developers 适合您。它随组件一起提供,使 Java 企业应用程序能够创建企业应用程序(并将其捆绑在企业存档文件中,称为 EAR 文件或 Web 存档文件,称为 WAR 文件)。

回答by Thorbj?rn Ravn Andersen

The default Eclipse shipping with Ubuntu is the Classic version, and you can add more plugins.

Ubuntu 附带的默认 Eclipse 是经典版本,您可以添加更多插件。

I would recommend, however, to download th eJEE version manually and unzip it and run. Then you have a local installation outside the system files.

但是,我建议您手动下载 eJEE 版本并将其解压缩并运行。然后你有一个系统文件之外的本地安装。

回答by TheJediCowboy

If you are using Eclipse for only Enterprise Development, then as everybody has recommended I would use the Eclipse Java EE version. If you plan on occasionally using it for other development purposes then I would consider downloading a separate classic version as well.

如果您仅将 Eclipse 用于企业开发,那么正如大家所推荐的那样,我将使用 Eclipse Java EE 版本。如果你打算偶尔将它用于其他开发目的,那么我也会考虑下载一个单独的经典版本。

The reason for this is that everybody is well aware of eclipse's plugin capabilities. Unfortunately, Eclipse can get bogged down with too many plugins or add on tools. What I have experienced is that if you are using it for Enterprise Development(J2EE) it might be a good idea to keep that as a separate environment then your other Java Development. That way you can download the plugins,tools,libraries,etc for your enterprise development, and you can use your classic version for any other development you might need.

这样做的原因是每个人都非常了解eclipse的插件功能。不幸的是,Eclipse 可能会因过多的插件或添加工具而陷入困境。我的经验是,如果您将它用于企业开发 (J2EE),那么最好将它作为一个单独的环境,然后再将其用于其他 Java 开发。这样您就可以为您的企业开发下载插件、工具、库等,并且您可以将经典版本用于您可能需要的任何其他开发。

The downside is you will have two versions, but this is not a problem granted you do not run them simultaneously.

缺点是您将有两个版本,但这不是问题,因为您不会同时运行它们。

回答by Noah

See Compare Eclipse Packagesfor a nice chart

请参阅比较 Eclipse 包以获得漂亮的图表