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

Re: Javahl client adapter is not available

From: Christian Sell <christian.sell_at_netcologne.de>
Date: 2005-07-27 00:03:48 CEST

been there..

> which means nothing. When you look at the setup() method, you'll see
> that the code throws away the exception which would tell *why* the
> shared library can't be loaded (missing symbol, library not in path, etc).
>
> Can you please pass this exception on, for heaveans sake? As it is,
> finding out why Eclipse cannot load the library is a major pain :-(

yes, yes! If I am not mistaken, the original exception says "library
svnjavahl.so is not available through java.library.path". If you look at the
"java.library.path" system property, it is made up mostly of the contents of
the environment variable LD_LIBRARY_PATH, which must therefore be set correctly
before starting eclipse/subclipse.

Along with passing the exception message, the above should be in HUGE letters in
the Linux FAQ on the subclipse home page

Christian
Received on Wed Jul 27 08:03: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.