วันอาทิตย์, มกราคม 22, 2555

Ubuntu: Install javaHL for Subclipse, Eclipse plugin

When starting eclipse after install subclipse plugin. Got an error like this
 
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

means that we did not install some library files for subversion plugin yet.
Execute this command:

sudo  apt-get install subversion libsvn1 libsvn-java

(re)Start the eclipse there's (should) no such an error occurred.