subclipse: Unable to load default SVN Client

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

    Install SVN on Eclipse Juno using the update site at http://subclipse.tigris.org/update_1.8.x

    Go to Help -> Install new software, then Add update site.

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

    I had same problem with Spring STS 3.5.1 and Sub eclipse version 1.6. Upgraded to version 1.10 of subeclipse and everything is working fine.

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

    I had this problem after installing the latest eclipse and installing subclipse from the marketplace. To resolve you can follow these steps:

    1. Click Help >> Install New Software...
    2. Set Work with: Subclipse 1.10.x Update Site - http://subclipse.tigris.org/update_1.10.x
    3. Ensure Hide items that are already installed is checked.
    4. Click Select All.
    5. Click Next.
    6. Complete the remainder of the installation as usual.
    0 讨论(0)
  • 2021-01-30 20:18

    What JavaHL provider have you installed? It sounds like you need 64 bit JavaHL support. Have you tried SlikSVN?

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

    Faced the same problem after installed subclipse 1.8 from eclipse marketplace and resolved thru following steps: 1. Install subversion client (required) 2. Install Subversion JavaHL Native Library Adapter (required)

    And it works now.

    P/S: Eclipse Indigo

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

    I don't know about JavaHL but to make the SVNKit appear on the list of SVN interfaces, you need to install the "SVN Client Adapter" and the "SVNKit Adapter" as well.

    You can find those on the update site of Subclipse (*http://subclipse.tigris.org/update_1.8.x*).

    0 讨论(0)
提交回复
热议问题