Installing Subversion JavaHL library in Mac OS X

后端 未结 2 1736
庸人自扰
庸人自扰 2020-12-29 10:02

I installed Subclipse in Eclipse using Eclipse Marketplace. I keep on getting a pop window with the message

Failed to load JavaHL Library.
These are the erro         


        
相关标签:
2条回答
  • 2020-12-29 10:44

    Using SVNKit is a valid option, but I still prefer JavaHL. The volunteer that was providing OSX binaries hosted by CollabNet stopped making them, so they do not have a Subversion 1.7 version available, only 1.6.

    I updated the Subclipse JavaHL wiki page. The page directs people to use MacPorts or HomeBrew. Those are the best options for getting JavaHL. I use MacPorts.

    http://subclipse.tigris.org/wiki/JavaHL

    0 讨论(0)
  • 2020-12-29 11:01

    You can also switch to the pure-Java implementation via "Window -> Preferences -> Team -> SVN -> SVN inteface" and choose the entry with "SVNKit". This way you remove any dependency on native code and get rid of these errors. Eclipse Preferences

    If you are missing the SVNKit-choice, verify if you have installed the plugin "SVNKit Client Adapter" from CollabNet! Install SVNKit Adapter

    0 讨论(0)
提交回复
热议问题