1

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?

Nathan2055
  • 2,283
  • 9
  • 30
  • 49

1 Answers1

3

If you check http://www.eclipse.org/downloads/compare.php you will notice Eclipse for Java has a few extras:

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?

Community
  • 1
  • 1
Menelaos
  • 23,508
  • 18
  • 90
  • 155