subclipse: Unable to load default SVN Client

前端 未结 14 1403
北海茫月
北海茫月 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:30

    Zend Studio 9 if you upgrade/update to 9.0.3 you will get this error as well. You need to uninstall all subEclipse and JavaHL stuff then follow the install procedures again and restart Zend studio.

    Build 20120625 in Zend Version 9.0.3

    0 讨论(0)
  • 2021-01-30 20:31

    In fedora 16 on x64 i meet also, i solved by downloading subversion 1.7 from here and installing:

    yum install subversion-javahl-1.7.1-1.fc16.x86_64.rpm  subversion-libs-1.7.1-1.fc16.x86_64.rpm subversion-1.7.1-1.fc16.x86_64.rpm
    
    0 讨论(0)
  • 2021-01-30 20:31

    If you are using the Subversive plugin (which is newer than the Subclipse one, and the two are easily confused with one another), you might run into problems finding the library even after configuring the library path in eclipse.ini. To fix the entire problem, you might need to add this setting to the file as well:

    -Dsubversion.native.library=C:/SlikSVN_JavaHL/libsvnjavahl-1.dll
    

    Read http://www.eclipse.org/subversive/installation-instructions.php for more help, it's a good-quality explanation of everything.

    0 讨论(0)
  • 2021-01-30 20:33

    The above problem arises with custom eclipse installation and due to updated version of subclipse.

    You have to install the older version of subclipse manually.

    For this i have done as following:

    Under Help menu click "Install New Software..." Select "http://subclipse.tigris.org/update_1.6.x" from the drop down menu If URL of any other advanced version of are available change it to look as above.

    Check the options selected are sensible e.g. "Hide items that are already installed" Click "Select All" Click Next/Finish through to completion.

    After finishing the installation,under windows menu go to preferences,click on Team and on SVN. Now change the client from Java HL to SVN pure kit.

    That's it.

    This resolved problem for me

    0 讨论(0)
  • 2021-01-30 20:33

    Eclipse Java EE IDE for Web Developers.

    Version: Oxygen.3a Release (4.7.3a) Build id: 20180405-1200

    I solved this problem as follows

    1) Install Subversive - SVN Team Provider 4.0.5 from marketplace

    2) Team -> SVN -> SVN Connectors and set SVNKit 1.8.14

    3) Restart eclipse

    All works well

    0 讨论(0)
  • 2021-01-30 20:34

    I solved this with easiest way:

    sudo apt-get install libsvn-java
    
    sudo cp /usr/lib/jni/* /usr/lib
    
    0 讨论(0)
提交回复
热议问题