Installing javahl on Maverick
Posted
by
Jason
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Jason
Published on 2011-01-05T16:27:39Z
Indexed on
2011/01/05
16:59 UTC
Read the original article
Hit count: 206
installation
|eclipse
Hi all,
I'm trying to get Subclipse working in Eclipse Galeilo, and to do that I have to install the JavaHL library.
I installed the library using sudo apt-get install libsvn-java
, but the eclipse.ini file has to be modified to take in the new library as an argument.
First change to the ini file was -Djava.library.path=/usr/lib/jni/
, which produced the errors
"no libsvnjavahl-1 in java.library.path"
"incompatible javahl library loaded. 1.3.x or later required."
according to the install printout, version 1.6.12 was installed.
So, I added libsvnjavahl-1.so
to the file path above, and produced the following errors:
"no libsvnjavahl-1 in java.library.path"
"no svnjavahl-1 in java.library.path"
"no svnjavahl in java.library.path"
What's going on here?
© Ask Ubuntu or respective owner