打开Eclipse时出现错误消息

时间:2013-04-27 02:40:51

标签: java linux eclipse svn ubuntu

当我打开Eclipse时,这是什么意思?

Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib

我甚至无法在SVN中完成我的工作。我明白了:

org.apache.subversion.javahl.ClientException: svn: E160013: Commit failed (details follow):
svn: E160013: '/svn/XXX/src' path not found: 404 Not Found (https://...)
org.apache.subversion.javahl.ClientException: svn: E160013: Commit failed (details follow):
svn: E160013: '/svn/XXX/src' path not found: 404 Not Found (https://...)

2 个答案:

答案 0 :(得分:1)

解决问题的最简单方法是重新安装subclipse!似乎你的JavaHL库中存在一些问题,这是subclipse与SVN一起工作所必需的。

更新subclipse网站:

http://subclipse.tigris.org/update_1.8.x/

答案 1 :(得分:0)

基本上我做的是: 将类内容复制到文本文件 从项目中删除此类 提交对SVN的更改 然后创建“新”类并提交。