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 grea开发者_如何转开发tly appreciated! :D
It can be:
- an issue of right (755 not set) as in this thread (for windows, but the idea is the same for MacOs)
- or an incorrect launcher in the eclipse.ini (or this thread, although I recommend, with Eclipse3.5 or 3.6, to remove any mention of said launcher, as in this eclipse.ini)
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.
精彩评论