eclipse版本说明及下载地址

eclipse版本说明及下载地址

1、版本号

版本号代号代号名发布日期
Eclipse 3.1IO木卫一,伊奥2005
Eclipse 3.2Callisto木卫四,卡里斯托2006
Eclipse 3.3Europa木卫二,欧罗巴2007
Eclipse 3.4Ganymede木卫三,盖尼米得2008
Eclipse 3.5Galileo伽利略2009
Eclipse 3.6Helios太阳神2010
Eclipse 3.7Indigo靛蓝2011
Eclipse 4.2Juno朱诺2012
Eclipse 4.3Kepler开普勒2013
Eclipse 4.4Luna月神2014
Eclipse 4.5Mars火星2015
Eclipse 4.6Neon霓虹灯2016
Eclipse 4.7Oxygen氧气2017
Eclipse 4.8Photon光子2018

2、下载地址

官网下载 http://www.eclipse.org/downloads/packages
国内镜像下载

3、类型说明

  • 1、Eclipse IDE for Java Developers 该版本适合Java开发者,集成CVS,Git,XML编辑器,Mylyn, Maven integration和WindowBuilder等插件。

  • 2、Eclipse IDE for Java EE Developers 该版本集成了Java ee开发常用插件,方便动态web网站开发。适合Java web开发者使用。集成了XML编辑器、数据库查看工具,提供jsp可视化编辑器。

  • 3、Eclipse IDE for C/C++ Developers 该版本适合C/C++开发者,集成了良好的C/C++语言支持。

  • 4、Eclipse for PHP Developers该版本适合PHP开发者,集成了良好的PHP语言支持,Git客户端, Mylyn和JavaScript脚本编辑器, HTML, CSS和XML。

  • 5、Eclipse IDE for Eclipse Committers;该版本是eclipse最基础的版本,适合Java se个人开发者、或希望根据自己需求配置插件的开发者使用。

  • 6、Eclipse IDE for Java and DSL Developers 对于Java和DSL开发者必不可少的工具,包括Java和XTend ID。

  • 那么它们之间到底有什么区别:最大的区别就是标题和解压包大小不同。下载解压后就会发现,不同的Eclipse版本之间就是plugins/features目录下的文件不同而已。 一个标准的Eclipse的,给它添加一些JEE开发需要的plugins,比如WTP,WST等等,它摇身一变就变成”Eclipse IDE for Java EE“了。其他的也一样。如果是一个熟练的Eclipse使用者,选择哪一个都可以,需要的plugin都可以从Eclipse官网获取。
    作为一名初学者,或者非企业环境开发者/自学者。推荐1,即JavaDeveloper。或者(因为现在纯单机Java应用较少,都是联网工作的)即推荐2,即Java EE。


Eclipse Photon R Packages

Windows 32-bit 64-bit Mac Cocoa 64-bit Linux 32-bit 64-bit

  • Eclipse IDE for Eclipse Committers
    318 MB 139,554 DOWNLOADS
    Package suited for development of Eclipse itself at Eclipse.org; based on the Eclipse Platform adding PDE, Git, Marketplace Client, source code and developer documentation.

  • Eclipse IDE for C/C++ Developers
    223 MB 124,349 DOWNLOADS
    An IDE for C/C++ developers with Mylyn integration.

  • Eclipse IDE for Java and DSL Developers
    348 MB 63,061 DOWNLOADS
    The essential tools for Java and DSL developers, including a Java & Xtend IDE, a DSL Framework (Xtext), a Git client, XML Editor, and Maven integration.

  • Eclipse IDE for Java Developers
    195 MB 366,975 DOWNLOADS
    The essential tools for any Java developer, including a Java IDE, a Git client, XML Editor, Mylyn, Maven and Gradle integration

  • Eclipse IDE for JavaScript and Web Developers
    172 MB 21,179 DOWNLOADS
    The essential tools for any JavaScript developer, including JavaScript, HTML, CSS, XML languages support, Git client, and Mylyn.

  • Eclipse IDE for Java EE Developers
    345 MB 577,286 DOWNLOADS
    Tools for Java developers creating Java EE and Web applications, including a Java IDE, tools for Java EE, JPA, JSF, Mylyn, EGit and others.

  • Eclipse IDE for Scientific Computing
    300 MB 4,258 DOWNLOADS
    Tools for C, C++, Fortran, and UPC, including MPI, OpenMP, OpenACC, a parallel debugger, and remotely building, running and monitoring applications.

  • Eclipse IDE for PHP Developers
    205 MB 43,805 DOWNLOADS
    The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.

  • Eclipse IDE for RCP and RAP Developers
    296 MB 6,816 DOWNLOADS
    A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Maven and Gradle tooling, and an XML editor. It contains the EGit tooling for accessing Git version control systems.

  • Eclipse IDE for Java and Report Developers
    355 MB 5,697 DOWNLOADS
    Java EE tools and BIRT reporting tool for Java developers to create Java EE and Web applications that also have reporting needs.

  • Eclipse IDE for Rust Developers (includes Incubating components)
    157 MB 2,450 DOWNLOADS
    The essential tools for any Rust developer, including Rust language support, Git client, command-line integration, Mylyn and editors.

  • Eclipse IDE for Scout Developers
    252 MB 1,942 DOWNLOADS
    Eclipse Scout is a Java/HTML5 framework to develop business applications that run on the desktop, on tablets and mobile devices. This package includes Eclipse IDE support for Scout developers and source code.

  • Eclipse IDE for Testers
    153 MB 2,838 DOWNLOADS
    This package contains Eclipse features that support the software development quality assurance process, such as Jubula and Mylyn.

  • Eclipse Modeling Tools
    432 MB 6,357 DOWNLOADS
    The Modeling package provides tools and runtimes for building model-based applications. You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collaborate via Eclipse’s team support with facilities for comparing and merging models and model instances structurally, and finally to generate Java code from those models to produce complete applications. In addition, via the package’s discover catalog, you can easily install a wide range of additional powerful, model-based tools and runtimes to suit your specific needs.

软件介绍: 使用前需要先安装java虚拟机,安装jre1.6后就可以使用了。否则会提示以下出错信息:A Java Runtime Environment(JRE) or Java Development Kit (JDK)must be available in order to run Eclipse. No Java virtual machinewas found after searching the following locations:C:\Downloads\Eclipse3.2中文版\eclipse\jre\bin\javaw.exe'javaw.exe' in your current PATHEclipse是一种通用工具平台-普遍适用的开放式可扩展 IDE。它提供了功能丰富的开发环境,该环境允许开发者高效地创建一些能够无缝集成到 Eclipse平台中的工具。工作台基本概念可让你了解 Eclipse 工作台的基本概念;Java开发:熟悉使用Eclipse开发Java程序。小组支持:了解如何与其他开发者合作。Eclipse 插件开发:了解如何通过构建新插件来扩展 Eclipse。通过完成一系列端到端教程,了解如何通过使用 Eclipse 来提高效率。JAVA开发:创建Hello World应用程序了解如何创建简单Java应用程序来显示“Hello world!”创建 Hello World SWT 应用程序了解如何创建独立SWT Java应用程序来对用户显示一个窗口。Eclipse 插件开发创建 Eclipse 插件这是一个端到端教程,用于说明如何创建插件、插件扩展、功能部件、更新站点及如何安装和卸载功能部件 创建富客户机平台(RCP)应用程序这是一个端到端教程,用于说明如何创建插件、定义基于插件的产品、定制产品、导出 RCP 应用程序和定义基于功能部件的产品 通过安装预先准备好的样本来研究 Eclipse(可能需要连接因特网)。多页面编辑器:显示如何创建具有多个页面的编辑器。属性表和大纲:演示如何使用属性表和“大纲”视图。自述文件工具:显示如何创建您自己的扩展点。JDT:下列样本演示了如何插入到 Java 开发工具中。Java 编辑器演示为定制文本编辑器提供的标准功能。SWT:使用独立的 SWT 启动程序或者作为集成的工作台视图来运行 SWT 样本。工作台视图和独立应用程序:SWT 示例启动程序可启动许多 SWT 示例。其中一些示例可独立于 eclipse 平台运行,其他的则作为工作台中的视图提供。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值