I know that Eclipse for Java has the EGit plugin for Git repository access and comes with it's own Java compiler, but what other difference are there between the Java version and Classic?
Asked
Active
Viewed 4,156 times
1 Answers
3
If you check http://www.eclipse.org/downloads/compare.php you will notice Eclipse for Java has a few extras:
- EGit: http://www.eclipse.org/egit
- EMF: http://www.eclipse.org/modeling/emf/
- GEF: http://www.eclipse.org/gef/
- JDT: http://www.eclipse.org/jdt/
- XML Tools: http://www.eclipse.org/webtools/
- Mylyn: http://www.eclipse.org/mylyn/
- WindowBuilder: http://www.eclipse.org/windowbuilder/
- Maven: http://www.eclipse.org/m2e/
- Eclipse Code Recommenders: http://eclipse.org/recommenders/
Basically, eclipse for Java includes quite a few useful additions as as the Window Builder which is a design tool for GUIs. If you download the classic distro you can download the additional options but it is much more limited.
See also:
Which Eclipse IDE version to choose?
What is the difference between Eclipse for Java (EE) Developers and Eclipse Classic?