Eclipse, Subclipse and the JavaHL problem

Posted on 03/02/2012 by Charalampos Chrysikopoulos

If you tried to install subclipse in your eclipse, perhaps after the restart and while trying to configure your first SVN repository, you encountered the following error (in Mac OS X):


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

To overcome the problem you will need to register in collabnet and download the appropriate packages of subversion, so you install the JavaHL libraries (platform depended) on your machine.
Try to get it any information from here.

This entry was posted in eclipse and tagged eclipse, svn by Charalampos Chrysikopoulos