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 再次进来就好了~~~

  • 相关阅读:
    jQuery 插件为什么要return this.each()
    Android中TextView setText int 报错
    局部打印插件 jquery.PrintArea.js
    Jdbc Url 设置allowMultiQueries为true和false时底层处理机制研究
    mysql-unsha1:在未知密码情况下,登录任意MYSQL数据库
    Wireshark实战之抓包MySQL Java客户端
    linux 文件句柄数查看命令
    Java1.8 JDK源码中,对两个类进行 按位与 操作是什么意思
    linux下面覆盖文件,如何实现直接覆盖,不提示
    比特币算法——SHA256算法介绍
  • 原文地址:https://www.cnblogs.com/fanblogs/p/11028757.html
Copyright © 2011-2022 走看看