Error Handler for Eclipse SVN on Mac

Error Handler for Eclipse SVN on Mac
I installed svn plugin on my eclipse on MAC system.

error message:
But I got these error messages:
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

Solution:
I try to solve this problem with installing a software in this URL
http://www.sliksvn.com/en/download

follow the introduction, I install Macports first
http://www.macports.org/install.php

My system is lion, so I choose this file
https://distfiles.macports.org/MacPorts/MacPorts-2.0.4-10.7-Lion.dmg
and double click it. Install the pkg.

After that, use the port command to install subversion:
>sudo port install subversion

tips: Macports commands
>sudo port selfupdate  //update the port tree
>sudo port search software // search a software named software
>sudo port install software
>sudo port uninstall software
>sudo port upgrade outdate // update all the installed tools

It does not helpful.
I try to reinstall the latest SVN plugin with this URL http://subclipse.tigris.org/update_1.8.x

>sudo port install subversion-javahlbindings

The problem is fixed at the end.

references:
http://everlook.iteye.com/blog/1233821

你可能感兴趣的:(eclipse)