Failed to load JavaHL Library

后端 未结 11 1974
既然无缘
既然无缘 2020-12-22 22:20

After updating to Snow Lion I started receiving these errors in Flash Builder / Eclipse when trying to use SVN:

Failed to load JavaHL Library.
These are the         


        
11条回答
  •  不知归路
    2020-12-22 23:06

    Check out this blog. It has a ton of information. Also if installing through brew don´t miss this note:

    You may need to link the Java bindings into the Java Extensions folder:

     $ sudo mkdir -p /Library/Java/Extensions
     $ sudo ln -s /usr/local/lib/libsvnjavahl-1.dylib /Library/Java/Extensions/libsvnjavahl-1.dylib
    

提交回复
热议问题