Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = /Users/dshwei/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
原因是:
starting with version 6.2.1, we have removed all JARs from our distribution and introduced Ant Ivy to manage dependencies.
This means that you not only have to have Ant Build tool installed on your system, but you also need to have the Ant Ivy plugin installed to it.

本文详细解析了在使用特定软件时遇到的Failed to load Java HL Library错误,介绍了从6.2.1版本开始,软件不再包含JAR文件,并引入了Ant Ivy来管理依赖。为了解决这个问题,不仅需要在系统上安装Ant Build工具,还需要安装Ant Ivy插件。
2331

被折叠的 条评论
为什么被折叠?



