Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Incompatible JavaHl library loaded

I'm having a problem with Subclipse and the JavaHL library. Subclipse it gives the error:

Incompatible JavaHL library loaded. 1.8.x or later required.

I am using Ubuntu desktop 12.04 32 bit.

like image 941
Suleman khan Avatar asked Jul 29 '13 16:07

Suleman khan


2 Answers

Subclipse 1.10.x requires SVN 1.8.x libraries. This Wiki page explains it.

http://subclipse.tigris.org/wiki/JavaHL

I think Ubuntu 12.04 comes with SVN 1.6.x. So you probably want Subclipse 1.8.x and SVNKit, or else get Subversion and JavaHL from someone other than Ubuntu. See here:

http://subversion.apache.org/packages.html#ubuntu

like image 197
Mark Phippard Avatar answered Nov 06 '22 23:11

Mark Phippard


For me none of the methods found doesn't work. I have Ubuntu Xenial (16.04), eclipse 64b, java 64b, and libjava-svn packages installed, but it doesn't help. I've also tried manually download and install current Oracle java version and force eclipse to use it (-vm). Finally i went to subclipse page :

And in eclipse manually installed this:

http://subclipse.tigris.org/update_1.12.x

After eclipse has been restarted it finally found valid jni version.

like image 32
Grzegorz Głowacki Avatar answered Nov 06 '22 22:11

Grzegorz Głowacki