subclipse: Unable to load default SVN Client

前端 未结 14 1492
北海茫月
北海茫月 2021-01-30 19:39

I am constantly getting this error when working with eclispe and the subclipse plugin:

Unable to load default SVN Client

I have already install

14条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-30 20:35

    For ubuntu 12.04 amd64

    sudo apt-get install libsvn-java
    

    add this to eclipse.ini after -vmargs:

    -vmargs
    -Djava.library.path=/usr/lib/jni:/usr/lib/x86_64-linux-gnu/jni
    ...
    

提交回复
热议问题