eclipse 哪个Eclipse下载?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4253142/
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 Eclipse Download?
提问by John Mee
The Eclipse downloads pageprovides a selection of purpose oriented downloads.
在Eclipse的下载页面提供了一个选择的目的为导向的下载。
I'm looking for the minimal download; I'll handpick the plugins I want. Would I find this kind of 'core' download, or do I simply not grok eclipse yet.
我正在寻找最小的下载;我会亲自挑选我想要的插件。我会找到这种“核心”下载,还是我根本不了解 eclipse。
采纳答案by Brent Writes Code
I think Eclipse Classic is what you're going for. It's suited for basic Java development, but has a minimum of additional stuff. I always start with that and then customize with the plugins I want.
我认为 Eclipse Classic 是您想要的。它适用于基本的 Java 开发,但具有最少的附加内容。我总是从那个开始,然后使用我想要的插件进行自定义。
Out of curiosity, what type of development are you doing?
出于好奇,你在做什么类型的开发?
回答by VonC
I like to have a look at the "Compare Eclipse packages" page first
我喜欢先看看“比较 Eclipse 包”页面
That will explain the size difference between the "C/C++" package and the "Classic" Package.
The latter is suited for RCP (Rich Client Platform) development and include the sources of Eclipse.
这将解释“C/C++”包和“经典”包之间的大小差异。
后者适用于 RCP(Rich Client Platform)开发并包含 Eclipse 的源代码。
If you want to do some classic Java development (and not some Eclipse plugin for Eclipse itself), you can start with the Java edition, and add plugins (like PDT for Php development) later.
如果你想做一些经典的 Java 开发(而不是一些 Eclipse 本身的 Eclipse 插件),你可以从 Java 版本开始,然后添加插件(如用于 Php 开发的 PDT)。
Notice the orange ticks, which reference packages with sourcesincluded.
注意橙色的勾号,它引用了包含源代码的包。