eclipse subclipse:无法加载默认的 SVN 客户端

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5620681/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:07:08  来源:igfitidea点击:

subclipse: Unable to load default SVN Client

eclipsesvnsubclipse

提问by clamp

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

使用 eclispe 和 subclipse 插件时,我不断收到此错误:

Unable to load default SVN Client

I have already installed both the SVNKit and the JavaHL provider, but it can't be found in the preferences:

我已经安装了 SVNKit 和 JavaHL 提供程序,但是在首选项中找不到:

enter image description here

在此处输入图片说明

I am using eclipse for win64bit

我正在为 win64bit 使用 Eclipse

采纳答案by apesa

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

您安装了什么 JavaHL 提供程序?听起来您需要 64 位 JavaHL 支持。你试过 SlikSVN 吗?

回答by Edd

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

在安装最新的 eclipse 并从市场安装 subclipse 后,我遇到了这个问题。要解决您可以按照以下步骤操作:

  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 installedis checked.
  4. Click Select All.
  5. Click Next.
  6. Complete the remainder of the installation as usual.
  1. 单击帮助>>安装新软件...
  2. 设置Subclipse 1.10.x Update Site - http://subclipse.tigris.org/update_1.10.x
  3. 确保选中隐藏已安装的项目
  4. 单击全选
  5. 单击下一步
  6. 像往常一样完成其余的安装。

回答by Somatik

For ubuntu 12.04 amd64

对于 ubuntu 12.04 amd64

sudo apt-get install libsvn-java

add this to eclipse.ini after -vmargs:

在 -vmargs 之后将其添加到 eclipse.ini:

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

回答by volkan

I solved this with easiest way:

我用最简单的方法解决了这个问题:

sudo apt-get install libsvn-java

sudo cp /usr/lib/jni/* /usr/lib

回答by sibley

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)

从 eclipse 市场安装 subclipse 1.8 后遇到同样的问题并通过以下步骤解决: 1. 安装 subversion 客户端(必需) 2. 安装 Subversion JavaHL Native Library Adapter(必需)

And it works now.

它现在有效。

P/S: Eclipse Indigo

P/S: 日蚀靛蓝

回答by Guillaume

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

我不知道JavaHL,但要使SVNKit出现在 SVN 接口列表中,您还需要安装“ SVN Client Adapter”和“ SVNKit Adapter”。

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

您可以在 Subclipse (* http://subclipse.tigris.org/update_1.8.x*)的更新站点上找到这些内容。

回答by bnguyen82

I have a similar problem with Subclipse 1.8. Due to licenses limitations, SVN client aren't bundled with SVN any more. So I find the message "Unable to load default SVN Client".

我对 Subclipse 1.8 有类似的问题。由于许可证限制,SVN 客户端不再与 SVN 捆绑在一起。所以我发现消息“无法加载默认的 SVN 客户端”。

My solutions is to install SVN client. It can't be easier. Go to Eclispe Marketplace, type Subclipse and click to install Subclipse again, select all options. When restarting Eclipse, it will prompt us to install an SVN client, choose SVNKit or JavaHL (I choose JavaHL). After restarting one more time, it all works.

我的解决方案是安装SVN客户端。再简单不过了。转到 Eclispe Marketplace,输入 Subclipse 并单击再次安装 Subclipse,选择所有选项。重启Eclipse的时候会提示我们安装一个SVN客户端,选择SVNKit或者JavaHL(我选择JavaHL)。再重新启动一次后,一切正常。

回答by Mladen Uzelac

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

使用位于http://subclipse.tigris.org/update_1.8.x的更新站点在 Eclipse Juno 上安装 SVN

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

转到帮助 -> 安装新软件,然后添加更新站点。

回答by fzln

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

在 x64 上的 fedora 16 中,我也遇到了,我通过从这里下载 subversion 1.7并安装来解决:

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

回答by Jason

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.

Zend Studio 9 如果您升级/更新到 9.0.3,您也会收到此错误。您需要卸载所有 subEclipse 和 JavaHL 内容,然后再次按照安装过程重新启动 Zend Studio。

Build 20120625 in Zend Version 9.0.3

在 Zend 版本 9.0.3 中构建 20120625