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

Re: [Subclipse-users] Symbolic links pointing to unversioned directories

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-07-14 17:14:49 CEST

On 7/14/07, Jette Derriche <jette@nerdgirl.dk> wrote:
> On Sat, 2007-07-14 at 16:13 +0200, Jette Derriche wrote:
> > On Sat, 2007-07-14 at 10:00 -0400, Mark Phippard wrote:
> > > You are probably using the SVNKit adapter option since you are on
> > > Linux. I would suggest you try to obtain the JavaHL libraries for
> > > 1.4.x and see if that makes a difference.
> >
> > I see that JavaHL v1.4.3 is already installed. Do I need to somehow tell
> > eclipse to use it?
> >
> > /Jette
> >
>
> I just found the "SVN interface" option... but the "JavaHL (JNI)" option
> is grayed out. I'll Google and see if I can find a solution to this. Any
> suggestions are highly appreciated :-)

I do not recall having any code in our product to gray out the option.
 Usually if there is a problem when you select it we pop-up the errors
that happened in loading it.

Try opening a Terminal window. Run these commands:

export LD_LIBRARY_PATH=/usr/local/lib
cd /path/to/eclipse
./eclipse

Substitute the path where the libsvnjavahl-1.so is found on your system.

If that works, you can try editing the eclipse.ini file and add this to it:

-Djava.library.path=/usr/local/lib

Again, of course sub in your own path.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sat Jul 14 17:14:17 2007

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.