If you happen to encounter an error in Eclipse or Aptana that is somewhat similar to this message:
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 = /usr/java/jdk1.6.0_25/jre/lib/i386/client:/usr/java/jdk1.6.0_25/jre/lib/i386::/usr/java/packages/lib/i386:/lib:/usr/lib
It could be that you don’t have the package that includes the JNI bindings to the Subversion libraries. In Fedora, you can resolve this problem by executing the following command as root to install the necessary package:
yum install subversion-javahl |

[...] ?? : http://blog.randell.ph/2011/05/24/failed-to-load-javahl-library/ [...]
thanks.