I am running Eclipse on OS X (10.6.8) and primarily work with SVN 1.6. I have subclipse installed as well.
In eclipse I get the following error when I save files:
Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
So I did some research and found that it was because I needed to install the JavaHL Library, which I attempted to do based on information on this page: http://subclipse.tigris.org/wiki/JavaHL
The approach I following based on the information at the previous link was to install MacPorts (which was successsful) and run the following command to install the JavaHL Library:
sudo port install subversion-javahlbindings +no_bdb +universal
However, what I didn't know was that this command installed the JavaHL Library with a version number of 1.7.7_0 which doesn't work since I need version 1.6.x so I uninstalled this version of the JavaHL Library. I can't seem to find how I can get version 1.6 of JavaHL installed on my computer using macports. I visited the MacPorts website, but they do not presently have a port for version 1.6.
Any help on this problem is greatly appreciated. Thanks.