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

Re: Javahl interface not available

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-06-09 15:05:26 CEST

news <news@sea.gmane.org> wrote on 06/09/2005 05:58:46 AM:

> how does Subclipse look for the javahl interface?
>
> When I try to configure it to use javahl I get "Javahl interface is not
> available. Check your environment." even if the
> library is present in my /usr/lib dir.

Please bring these questions to the Subclipse mailing list. There is also
a lot on this in the Subclipse users@ list archives, search for
"LD_LIBRARY_PATH". Apparently, there is some problem in the way that Java
loads libraries on *nix, or at least in the way it searches for them. An
easy solution is to start Eclipse from a shell script where you first set
LD_LIBRARY_PATH such as this:

export LD_LIBRARY_PATH=/usr/local/lib
./eclipse

Here is one message from the Subclipse list with more details:

http://subclipse.tigris.org/servlets/ReadMsg?listName=users&msgNo=2805

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 9 15:08:25 2005

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

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