On Fri, Aug 15, 2008 at 10:59:45AM +0200, Markus Schönhaber wrote:
> Dean Schulze wrote:
>
> > I found the 64 bit .rpm for CollabNetSubversionClient and installed
> > it. I've put the 64 bit version 1.5.1 client in my PATH in front of
> > the 1.4.6 version. When I try to add a repository I get this
> > message:
> >
> > Error validation location: "Unable to load default SVN Client"
> >
> > What's the missing step? Do I have to put the CollabNet client lib/
> > directory in LD_LIBRARY_PATH? Do I have to uninstall the older
> > client in /usr/bin/svn? Something else?
>
> You have to make sure that
> a) the javahl lib came with te RPM you installed, and
> b) LD_LIBRARY_PATH points to the location where libjavahl resides.
I'm not sure about LD_LIBRARY_PATH. I know at least for sure that
Eclipse ignores it. You have to start Eclipse with the option
-Djava.library.path=/usr/lib64 (which should point to the location of
the lib) after the option -vmargs.
An alternative is to put it into eclipse.ini. Beware that if you provide
other JVM options (such as memory increases) to eclipse on the
commandline (or a script), the options in eclipse.ini will be ignored.
Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-08-15 11:32:54 CEST