Subclipse under Ubuntu reports failed to load javahl library solution Failed to load JavaHL Library. these are the errors that were encountered: no libsvnjavahl-1 in java. library. the path no svnjavahl-1 in java. library. path/opt/local/lib/libsvnjavahl-1.0.0.0.dylib: no suitable image found. did find:/opt/local/lib/libsvnjavahl-1.0.0.0.dylib: mach-o, but wrong architecture was originally missing some associated files, go to subclipse Wiki looked at, said the need to install libsvn-java, the installation in Ubuntu is very simple. The command is as follows: www.2cto.com sudo apt-get install libsvn-java after installation, this file is in the/usr/lib/jni directory, this directory is not eclipse's java. library. path, so you also need to modify eclipse. ini to tell eclipse where to find the libsvn-java file. open eclipse. ini, add the following content in the last line (note the line feed) www.2cto.com-Djava. library. path =/usr/lib/jni pay attention to the location of this jni folder, in ubuntu12.10 is/usr/lib/i386-linux-gnu/jni