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

Linux: Trying to get JavaHL working

From: Kurt Guenther <kurtg_at_serent.com>
Date: 2005-06-12 16:36:48 CEST

I'm having a difficult time with JavaHL. I'm using Gentoo and have
subversion 1.1.3 install. I have the javahl libs installed here:

/usr/lib/libsvnjavahl-1.a
/usr/lib/libsvnjavahl-1.la
/usr/lib/libsvnjavahl-1.so
/usr/lib/libsvnjavahl-1.so.0

And the jar file is here:

/usr/lib/svn-javahl/svn-javahl.jar

If it just start eclipse, I get the dreaded error message:

Javahl interface not available

But, if I export both the CLASSPATH and LD_LIBRARY_PATH, then this
message goes away:

export CLASSPATH=/usr/lib/svn-javahl/svn-javahl.jar:$CLASSPATH
export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

When I click on a repository, I just get this error:

Unhandled event loop exception
Reason:
notification2

Any help appreciated?

--Kurt
Received on Mon Jun 13 00:36:48 2005

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.