首页 > 其他 > 详细

工具异常问题解决

时间:2014-06-27 21:03:40      阅读:401      评论:0      收藏:0      [点我收藏+]

Eclipse中SVN插件常遇到的异常:

Subclipse talks to Subversion via a Java API that requires access to native libraries.
Those libraries where either not found or an incompatible version was loaded. The
errors are displayed below.

Information on getting a proper version installed and visible to Eclipse is avaiable here:

http://subclipse.tigris.org/wiki/JavaHL

Errors:
Failed to load JavaHL Library.
These are the errors that were encountered:
no msvcp100 in java.library.path
D:\Program Files\eclipses\configuration\org.eclipse.osgi\bundles\767\1\.cp\libsvnjavahl-1.dll: Can‘t find dependent libraries
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = D:\Program Files\eclipses;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/bin/server;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/bin;D:/Program Files/Java/jdk1.7.0_09/bin/../jre/lib/amd64;D:\Program Files\Java\jdk1.7.0_09\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\Program Files\apache-maven-3.0.3\bin;D:\Program Files\TortoiseSVN\bin;D:\Program Files\SSH;D:\Program Files\eclipses;;.

 

org.apache.subversion.javahl.ClientException:svn:E155021:This client is too old to work with the working copy at ‘E:\SVN\java‘.

bubuko.com,布布扣

解决方案:Window -> Preferences -> Team -> SVN,将SVN接口的Client修改为SVNKit(Pure JAVA) SVNKit v1.7.9.XXXX选项

如图:

bubuko.com,布布扣

 

 

 

 

工具异常问题解决,布布扣,bubuko.com

工具异常问题解决

原文:http://www.cnblogs.com/icerainsoft/p/3807596.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!