java - 当我尝试安装 SVN Connector 时,出现以下错误。我用的是 eclipse NEON

标签 java eclipse svn

enter image description here

我已经在eclipse中安装了SVN。然后我给了存储库 URl、用户名和密码。当时我遇到了以下错误。

SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded. If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site. If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector. Selected SVN connector library is not available or cannot be loaded. If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site. If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector.

==> 我去了我尝试安装 SVN 连接器的位置。当时我遇到了以下错误。

请尽快解决我的问题。

最佳答案

这意味着您没有安装任何连接器。因此,要安装连接器,请按照以下步骤操作。

在 Eclipse 中,转到帮助--> 安装新软件

在安装窗口中,在文本字段中输入以下网址 http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/

然后在下面的框中您将获得连接器列表,选择它们并单击下一步...

编辑:

该链接是 Eclipse 2.0 的更新站点,该站点已经很旧了。对于 Eclipse Luna,此页面提供了说明。如果您知道该过程,请复制此更新站点的链接。

关于java - 当我尝试安装 SVN Connector 时,出现以下错误。我用的是 eclipse NEON ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48181175/

相关文章:

java - 从 recyclerview 适配器启动新 Activity

android - 使用 ant 构建时验证错误,从 Eclipse 构建时正常

eclipse - 一个自动格式工具可以自动在单行子句周围插入大括号?

visual-studio - 如何使用 VisualSVN Server 将现有的 Visual Studio 解决方案置于源代码管理之下?

java - 如何切换到 Intellij 中的另一个颠覆分支?

database - 保持多个环境中的开发数据库同步

java - 相同的 SQL 查询在 access 中运行,但在使用 java 的 access 中的 sql 脚本中失败

java - 清理我的项目后,R.java 文件消失了

java - ProcessBuilder (java) 的问题

c++ - gTest 和多个 main()