开发者

Installed Git + EGit and Then "No Companion Library Found" Error Occurs!

开发者 https://www.devze.com 2023-03-06 06:37 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消