您的位置:首页 > 编程语言 > Java开发

我需要下载哪个版本的eclipse?

2015-07-27 21:53 681 查看
写代码需要一个IDE,选哪个?嗯,eclipse不错!

于是找到eclipse的下载页一看,头大了!!!



我要选哪个?

其实一般常用的是这么几个,

Eclipse IDE for Java Developers 是为java开发的

Eclipse IDE for Java EE Developers 是为J2EE开发的
Eclipse for RCP/Plug-in Developers 是为RCP和插件开发的
Eclipse Classic 是Eclipse的经典版本,没有安装任何插件,纯净版,需要什么插件可以自己安装

那么它们之间有什么区别?最大的区别就是标题和解压包大小不同。下载解压之后你可能就会发现,不同的Eclipse版本之间就是plugins/features目录下的文件不同而已

你看,

Eclipse IDE for Java Developers

是Eclipse的platform加上JDT插件,用来java开发的

Eclipse IDE for Java EE Developers

应该是Eclipse的platform加上WTP插件,用来java企业级开发的

Eclipse IDE for C/C++ Developers

是Eclipse的platform加上CDT插件,用来做C和C++开发的

Eclipse for RCP/Plug-in Developers

是Eclipse的SDK,主要用来插件开发

Eclipse Classic

就是原来的Eclipse,还是主要用来开发java

另外从网上收集来的一些eclipse的版本代号

下面是目前已知的版本代号:

Eclipse 3.1 版本代号 IO 【木卫1,伊奥】 

Eclipse 3.2 版本代号 Callisto 【木卫四,卡里斯托 】 

Eclipse 3.3 版本代号 Eruopa 【木卫二,欧罗巴 】 

Eclipse 3.4 版本代号 Ganymede 【木卫三,盖尼米德 】 

Eclipse 3.5 版本代号 Galileo 【伽利略】 

Eclipse 3.6 版本代号 Helios 【太阳神】http://www.eclipse.org/helios/

Eclipse 3.7 版本代号 Indigo 【靛青】http://www.eclipse.org/indigo/

Eclipse 4.2 版本代号 Juno【 朱诺(主神朱庇特的妻子)】 http://www.eclipse.org/juno/
Eclipse 4.3 版本代号 Kepler【 开普勒】[处于计划阶段]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  java eclipse sdk ide java ee