Each version of the Eclipse Code and instructions

Eclipse design philosophy is: Everything plug. Eclipse core is very small, all other functions are attached on the Eclipse core in the form of plug-ins.

Eclipse basic kernel includes: graphics API (SWT / Jface), Java development environment plug-ins (JDT), Plug-in Development Environment (PDE) and so on.

Note: Eclipse version in window 32 and the sub-system 64, requires 32-bit / 64-bit version of the JDK match, and when Eclipse JDK version mismatch, can not be prompted to load jvm.dll.

 

 

1, Eclipse IDE for Java EE Developers This version incorporates Java ee develop common plug-ins to facilitate dynamic web site development. For Java web developers. Integrated XML editor, database viewer provides jsp visual editor.

2, Eclipse IDE for Java Developers The version for Java developers, integrated CVS, Git, XML editor, Mylyn, Maven integration and WindowBuilder and other plug-ins.

3, Eclipse IDE for C / C ++ Developers This version for C / C ++ developers, integrates a good C / C ++ language support.

4, Eclipse for PHP Developers that version for PHP developers, PHP integrates well-language support, Git client, Mylyn and JavaScript script editor, HTML, CSS and XML.

5, Eclipse IDE for Eclipse Committers this version is the most basic version of the eclipse, Java se for individual developers, or developers want to use according to their own needs to configure plug-ins.

6, Eclipse IDE for JavaScript and Web Developers This version is the basic tool for javascript developers, including javascript, HTML, CSS, XML language support, Git client and Mylyn.

7, Eclipse IDE for Java and DSL Developers for Java developers and DSL essential tools, including Java and XTend ID.

8, Eclipse Modeling Tools  modeling package provides for the building of a model-based application tool that runs when you can use it to graphically design domain model.

9, Eclipse for RCP and RAP Developers  want to create Eclipse plug-ins, rich client applications or remote applications platform (RCP + RAP), plus Maven and Gradle developer tools, and xml editor provides a set of tools. It contains tools for accessing EGit Git version control system.

10, Eclipse for Parallel Application Developers  for c, c ++, Fortran and UPC tools, including MPI, OpenMP, OpenACC, parallel debugger and a remote build, run and monitor applications.

11, Eclipse for Testers  This package contains support software development quality assurance process Eclipse features such as Jubula and Mylyn.

12, Eclipse for Scout Developers  is a framework for Java / HTML5 for development of business applications that run on desktops, tablets and mobile devices. This package includes support for Eclipse IDE reconnaissance developers and source code.

 

 

So in the end what is the difference between them:

  The biggest difference is the title and decompression different packet sizes. After the download, unzip will find is that plugins / file in the directory features different between different versions of Eclipse only. A standard Eclipse, and add to it a number of plugins JEE development needs, such as WTP, WST, etc., it suddenly becomes "Eclipse IDE for Java EE" a. The other is the same. If you are a skilled Eclipse users can select which one requires the Eclipse plugin are available from the official website.

Guess you like

Origin blog.csdn.net/gmaaa123/article/details/90416454