博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse启动的时候提示:Failed to load JavaHL Library
阅读量:6773 次
发布时间:2019-06-26

本文共 2322 字,大约阅读时间需要 7 分钟。

版本信息:

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 Files\Java\jdk1.8.0_211\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\Program Files\Java\jdk1.8.0_211\bin\;D:\Program Files\Java\jdk1.8.0_211\jre\bin\;"D:\Program Files\Java\jdk1.8.0_211\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\";C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Pan Iflytek;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;D:\Program Files\TortoiseSVN\bin;D:\Program Files\Apache\maven\bin\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;.

原因分析:
Eclipse中SVN插件引起的

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

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

Apply--OK

 

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

 

转载于:https://www.cnblogs.com/fanblogs/p/11028757.html

你可能感兴趣的文章
solr 使用记录 - 导入数据库数据
查看>>
Android实现自定义带文字和图片的Button
查看>>
php 安全小建议 上
查看>>
js 调整select 框 左移右移 上移下移
查看>>
mysql时间格式化
查看>>
数组编码转换函数
查看>>
4MLinux 24.0 发布
查看>>
如何对网站进行归档
查看>>
利用OnClientClick事件弹出选项提示框
查看>>
putty 报'xterm': unknown terminal type 错误处理
查看>>
iOS上面的Samba的管理软件
查看>>
Visual Studio Code 开发Odoo配置简单手记
查看>>
CentOS6.5系统挂载NTFS分区的移动硬盘
查看>>
ubuntu12.04 qq最小化后消失解决方法
查看>>
转:【整理】约瑟夫问题的数学方法
查看>>
FancyMoves,一款精美的图片轮播插件,可用键盘左右键进行轮播
查看>>
UNIX下的定时任务-----cron
查看>>
Mac 安装 scrapy
查看>>
Spring Boot & Spring Cloud应用内存管理
查看>>
C++学习笔记-6-函数
查看>>