1.这个问题纠结了好久,刚买的新电脑安装myeclipse时候,svn咋都安不上。查了很多资料呢,最后发现,自己傻x了
已经把svn的插件里的fetures,plugins 放到了myeclipse安装的dropins下了,还是报错
How to solve the “Failed to load JavaHL Library.” problem in Mac OS X when running Aptana (Eclipse).
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 = .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
第一种方法:Preferences > Team > SVN > change the SVN interface to SVNKit (PureJava).
第二种方法:https://sliksvn.com/download/
安装上,重启myeclipse 就好了。