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

    版本信息:

    Eclipse Project Release Notes

    Release 4.7.3

    启动提示:

    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 libapr-1 in java.library.path
    no libapriconv-1 in java.library.path
    no libaprutil-1 in java.library.path
    no libsvn_subr-1 in java.library.path
    no libsvn_delta-1 in java.library.path
    no libsvn_diff-1 in java.library.path
    no libsvn_wc-1 in java.library.path
    no libsvn_fs-1 in java.library.path
    no libsvn_repos-1 in java.library.path
    no libsvn_ra-1 in java.library.path
    no libsvn_client-1 in java.library.path
    no libsvnjavahl-1 in java.library.path
    no svnjavahl-1 in java.library.path
    no svnjavahl in java.library.path
    java.library.path = D:Program FilesJavajdk1.8.0_211in;C:WindowsSunJavain;C:Windowssystem32;C:Windows;D:Program FilesJavajdk1.8.0_211in;D:Program FilesJavajdk1.8.0_211jrein;"D:Program FilesJavajdk1.8.0_211;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsiCLS";C:Program Files (x86)Common FilesOracleJavajavapath;C:Program FilesIntelIntel(R) Management Engine ComponentsiCLS;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:WindowsSystem32OpenSSH;C:Program FilesPan Iflytek;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsDAL;C:Program FilesIntelIntel(R) Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel(R) Management Engine ComponentsIPT;C:Program FilesIntelIntel(R) Management Engine ComponentsIPT;D:Program FilesTortoiseSVNin;D:Program FilesApachemavenin;C:UsersAdministratorAppDataLocalMicrosoftWindowsApps;;.


    原因分析:
    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 再次进来就好了~~~

  • 相关阅读:
    c++ namespace简单用法
    python2编码问题
    python dict()函数 /// logging模块///yield//生成器和迭代器
    python 对于一个字典,根据其value值获取其对应的keys值
    python 包/库/模块
    python __init()__
    python continue 和 break的区别
    python list去重
    linux命令,将一个文件夹中的内容copy到另外一个文件夹
    python 正则(re.compile()/re.findall())
  • 原文地址:https://www.cnblogs.com/fanblogs/p/11028757.html
Copyright © 2011-2022 走看看