1

Trying to use git with eclipse.

Downloaded x64 bit version of Git using http://code.google.com/p/git-osx-installer/downloads/list?can=3.

Then installed the EGit tool.

I then see:

The Eclipse executable launcher was unable to locate its companion shared library.

Very confused. Any help is greatly appreciated! :D

bobber205
  • 12,948
  • 27
  • 74
  • 100
  • Egit ought to be in pure Java, so teoretically you wouldn't need "normal" git. (Of course I may miss something important here.) – Piotr Findeisen May 13 '11 at 21:36

1 Answers1

1

It can be:

I don't think this is directly related to Git itself.

As usual, with 64bits installation, check you do have a 64bits JVM launching your 64bits Eclipse.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250