[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

AW: [Subclipse-users] DEFECT: JavaHL not found in java.library.path

From: Oliver Niekrenz <oliver_at_niekrenz.de>
Date: 2006-11-03 11:40:44 CET

> using Eclipse 3.2.0 GTK (on mandrake), with Subclipse 1.0.3, and subversion 1.2.3 (r15833).

> if i select JavaSVN in the preferences, quit the dialog, and then go back to JavaHL,
> the JavaHL library is not found "not in java.library.path" while it is in:

> .../eclipse3.2_gtk/eclipse/plugins/org.tigris.subversion.subclipse.core_1.0.3/lib/svnjavahl.jar

> I think the plugin should be able to find it s own library

I think in this case it's not the jar library but the native one, libsvnjavahl-1.so or something like that. It' shipped with your svn installation and not with the subclipse plug-in. If not you have to build svn on your own and enable javahl support or get yourself a package with javahl enabled.

If you do have this library and this message is still shown you can either copy this library to your $JAVA_HOME/bin directory or include the path in the Java System property java.library.path.
Any other suggestions?

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Nov 3 11:41:18 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.