zoukankan      html  css  js  c++  java
  • Eclipse启动的时候提示:Failed to load JavaHL Library.

    Eclipse启动的时候提示:Failed to load JavaHL Library.

    版本信息:

    Eclipse Project Release Notes

    Release 4.4.0
    Last revised June 5, 2014

    启动提示:

    [java] view plain copy
     
    1. Subclipse talks to Subversion via a Java API that requires access to native libraries.  
    2. Those libraries where either not found or an incompatible version was loaded. The  
    3. errors are displayed below.  
    4.   
    5. Information on getting a proper version installed and visible to Eclipse is avaiable here:  
    6.   
    7. http://subclipse.tigris.org/wiki/JavaHL  
    8.   
    9. Errors:  
    10. Failed to load JavaHL Library.  
    11. These are the errors that were encountered:  
    12. no msvcp100 in java.library.path  
    13. D:Program Fileseclipsesconfigurationorg.eclipse.osgiundles7671.cplibsvnjavahl-1.dll: Can't find dependent libraries  
    14. no svnjavahl-1 in java.library.path  
    15. no svnjavahl in java.library.path  
    16. java.library.path = D:Program Fileseclipses;C:WindowsSunJavain;C:Windowssystem32;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 FilesJavajdk1.7.0_09in;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;D:Program Filesapache-maven-3.0.3in;D:Program FilesTortoiseSVNin;D:Program FilesSSH;D:Program Fileseclipses;;.  

    原因分析:

    Eclipse中SVN插件引起的

    org.apache.subversion.javahl.ClientException:svn:E155021:This client is too old to work with the working copy at 'E:SVNjava'.

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

    如图:

    Apply--OK

    将Eclipse Restart 再次进来就好了~~~

    参考地址:http://www.cnblogs.com/icerainsoft/p/3807596.html

  • 相关阅读:
    C基础02天——笔记
    C基础-指针和数组等价转换
    C基础04天—选择排序笔记
    C基础-标准C语言头文件
    C基础-C的关键字
    Ubuntu linux 环境基本使用
    C基础01天——常量变量笔记
    根据评分,用js输出评价星星的样式
    横向滚动条展示 css
    ajax 城市区域选择三级联动
  • 原文地址:https://www.cnblogs.com/handsome1013/p/7323741.html
Copyright © 2011-2022 走看看