Subclipse and JavaHL installation headache

前端 未结 10 1359
天命终不由人
天命终不由人 2020-12-12 14:37

I\'ve run into problems installing the latest Subclipse plug in. I saw this post: subclipse: Unable to load default SVN Client, but the answer appears to be specific for Sub

10条回答
  •  忘掉有多难
    2020-12-12 15:18

    In case of run on macosx the correct way to install using brew for java is:

    brew install subversion --with-java
    

    then you should do the following:

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

    like mention on the wiki of the project subclipse-wiki

提交回复
热议问题