Java “Eclipse Indigo”和“Eclipse Juno”之间的区别

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

Difference between "Eclipse Indigo" and "Eclipse Juno"

javaeclipseeclipse-junoeclipse-indigo

提问by Ripon Al Wasim

Currently I'm using Eclipse Indigo(v3.7) for SeleniumWebDriver automation tests with Java. There is also Eclipse Juno(v3.8 - 4.2) available that I have never used.

目前,我正在使用Eclipse Indigo(v3.7) 进行带有 Java 的SeleniumWebDriver 自动化测试。还有我从未使用过的Eclipse Juno(v3.8 - 4.2)。

What's the difference between Eclipse Indigoand Eclipse Juno?

Eclipse IndigoEclipse Juno 有什么区别?

采纳答案by Konstantin Yovkov

Since 2006, the Eclipse Foundation has coordinated an annual Simultaneous Release. Each release includes the Eclipse Platform as well as a number of other Eclipse projects. So far, each Simultaneous Release has occurred on the fourth Wednesday of June.

自 2006 年以来,Eclipse 基金会每年都会协调一次同步发布。每个版本都包含 Eclipse 平台以及许多其他 Eclipse 项目。到目前为止,每个同步发布都发生在 6 月的第四个星期三。

Eclipse Indigocorresponds to platform version 3.7, while Eclipse Juno- to platform version 4.2. Junohas a lot of improvements on the UI, but this results in a bit slower performance that the previous versions. Personally, I would prefer using Indigorather than using Juno.

Eclipse Indigo对应平台版本 3.7,而Eclipse Juno- 对应平台版本 4.2。Juno在 UI 上有很多改进,但这会导致性能比以前的版本慢一些。就个人而言,我更喜欢使用Indigo而不是使用Juno

回答by Michal Borek

Eclipse Juno has entirely a GUI with a lot of visual improvements. Although by design it is a lot more functional, it has been proved that Juno is quite slow, and I won't recommend using it at present.

Eclipse Juno 拥有一个完整的 GUI,并进行了大量的视觉改进。虽然从设计上来说它的功能要多得多,但事实证明,Juno 很慢,我目前不建议使用它。

From a Selenium point of view I don't think there would be a reason to switch to the newer version of Eclipse.

从 Selenium 的角度来看,我认为没有理由切换到较新版本的 Eclipse。

回答by gts101

In my experience Juno was a LOT slower than Indigo, particularly when moving from one editor window to another. In fact I upgraded to Juno then downgraded again a week or so later as I found Juno unbearably slow, even on a quad core i7 PC.

根据我的经验,Juno 比 Indigo 慢很多,尤其是在从一个编辑器窗口移动到另一个编辑器窗口时。事实上,我升级到 Juno,然后在一周左右后再次降级,因为我发现 Juno 慢得难以忍受,即使在四核 i7 PC 上也是如此。

The current release of Eclipse (at the time that I write this) is 'Kepler'. I'm now using Kepler for my mobile web app and Android development.

Eclipse 的当前版本(在我撰写本文时)是“Kepler”。我现在将 Kepler 用于我的移动网络应用程序和 Android 开发。

So, in summary, skip Juno and go straight to Kepler- here's the link; http://www.eclipse.org/downloads/

所以,总而言之,跳过朱诺号直接进入开普勒——这是链接;http://www.eclipse.org/downloads/

Hope this helps.

希望这可以帮助。