Eclipse 3.8:下载站点在哪里?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11322349/
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
Eclipse 3.8: where is the download site?
提问by marcolopes
I'm a bit confused about Eclipse release 3.8
我对 Eclipse 3.8 版有点困惑
It seems a bit like a ghost to me: no codename, no download site?
对我来说似乎有点像幽灵:没有代号,没有下载站点?
Where are all the packages, like "Eclipse for RCP and RAP Developers"?
所有的包,比如“Eclipse for RCP and RAP Developers”在哪里?
采纳答案by Konstantin Komissarchik
Eclipse 3.8 and 4.2 were released concurrently as part of the Juno release, but the compilations for various developer types are only available based on version 4.2.
Eclipse 3.8 和 4.2 作为 Juno 版本的一部分同时发布,但针对各种开发人员类型的编译仅基于 4.2 版本可用。
To use Eclipse 3.8, you will need to download the basic platform and install the plugins you need from Eclipse Marketplace or the Juno repository.
要使用 Eclipse 3.8,您需要从 Eclipse Marketplace 或 Juno 存储库下载基本平台并安装所需的插件。
Surf to here and download the one labeled Eclipse SDK:
浏览到这里并下载标有 Eclipse SDK 的那个:
http://download.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/
http://download.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/
Juno repository:
朱诺存储库:
回答by Thomas W
Official 'Eclipse Project 3.x' Stream Downloads page
官方“Eclipse Project 3.x”流下载页面
http://download.eclipse.org/eclipse/downloads/eclipse3x.html
This has links to 3.8.1 release, and the 3.8 maintenance build.. If you want to link anywhere to 3.8, this is probably the best place.
这有 3.8.1 版本和 3.8 维护版本的链接。如果你想在任何地方链接到 3.8,这可能是最好的地方。
Note that 3.8 is not a full 'packaged' release -- it's just the core. Features & plugins can be added from within the IDE, to replicate functionality of the Java EE/ PHP/ C++ etc packaged distributions.
请注意,3.8 不是一个完整的“打包”版本——它只是核心。可以从 IDE 中添加功能和插件,以复制 Java EE/PHP/C++ 等打包发行版的功能。
3.8 is of particular interest to those (like myself) who are downgrading from 4.2 Junodue to the serious performance problems in that release. These seem to affect XML editors, PHP, switching, opening & closing editors -- turning the instant performance of previous Eclipse versions into endless 3-5 second waits.
3.8 对那些由于该版本中的严重性能问题而从 4.2 Juno 降级的人(如我自己)特别感兴趣。这些似乎会影响 XML 编辑器、PHP、切换、打开和关闭编辑器——将以前 Eclipse 版本的即时性能变成无休止的 3-5 秒等待。
Indigo 3.7 is the last 'packaged' release available. 3.8 may offer advantages in fixing several Indigo bugs & having Java 7 support.
Indigo 3.7 是最后一个可用的“打包”版本。3.8 可能在修复几个 Indigo 错误和支持 Java 7 方面提供优势。
回答by yanchenko
A link to the recently released 3.8.2: http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/
最近发布的3.8.2 的链接:http: //archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/
回答by Michael Scheper
None of the links in other answers seem to work anymore, but The Eclipse Project Updates Sitespage at eclipse.org says it's http://download.eclipse.org/eclipse/updates/3.8and that works for meand 3.8 has now been moved to the archives. I don't think updates are available anymore.
其他答案中的链接似乎都不再有效,但是eclipse.org的 Eclipse 项目更新站点页面说它是 http://download.eclipse.org/eclipse/updates/3.8并且对我有用,3.8 现在已经移至档案馆。我不认为更新可用了。
回答by weberjn
To install Java EE into the 3.8.1 download, this worked for me: https://stackoverflow.com/a/5028910/503025Java EE is in the Juno upgrade site.
要将 Java EE 安装到 3.8.1 下载中,这对我有用:https: //stackoverflow.com/a/5028910/503025Java EE 在 Juno 升级站点中。