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
subclipse: Unable to load default SVN Client
提问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 提供程序,但是在首选项中找不到:
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 后,我遇到了这个问题。要解决您可以按照以下步骤操作:
- Click Help>> Install New Software...
- Set Work with:
Subclipse 1.10.x Update Site - http://subclipse.tigris.org/update_1.10.x
- Ensure Hide items that are already installedis checked.
- Click Select All.
- Click Next.
- Complete the remainder of the installation as usual.
- 单击帮助>>安装新软件...
- 设置与:
Subclipse 1.10.x Update Site - http://subclipse.tigris.org/update_1.10.x
- 确保选中隐藏已安装的项目。
- 单击全选。
- 单击下一步。
- 像往常一样完成其余的安装。
回答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
回答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