1

I just installed Eclipse 3.6 Helios, which is supposed to offer integrated Git support, but I just can't find any related view or perspective. I installed Eclipse for JavaEE for Linux 32 bits.

Alexis Dufrenoy
  • 11,784
  • 12
  • 82
  • 124

2 Answers2

2

The VCS plugins are in the "Team" submenu of the project context menu. See the user guide.

wRAR
  • 25,009
  • 4
  • 84
  • 97
2

AFAIK Eclipse for JavaEE does not contain the git suppport 'out-of-the-box'. You have to install the E-Git plugin from their update site. After installing it you should read the user guide wRAR mentioned in his answer.

Csaba_H
  • 8,215
  • 1
  • 41
  • 42