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

Re: [Subclipse-users] Re: Subclipse checks all files out as executable

From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 30 Jun 2008 12:53:55 -0400

On Mon, Jun 30, 2008 at 12:29 PM, Hendrik Maryns
<qwizv9b02_at_sneakemail.com> wrote:

>> It does:
>> /usr/lib64/libsvnjavahl-1.so
>> /usr/lib64/svn-javahl/svn-javahl.jar
>
> Then why does Eclipse still tell me JavaHL is not available?

Java does not load JNI libraries from all the normal locations. You
need to edit your eclipse.ini add a line after the -vmargs line:

-Djava.library.path=/usr/lib64

Of course you have to also be using a 64-bit JVM.

> An obvious problem could have been that the file libsvnjavahl-1.so.0.0.0 was
> not executable, so I had to do chmod a+x on it.
>
> Eclipse now still tells me JavaHL is not available. But I can select it,
> and things seem to work fine. How do I know whether Subclipse is really
> using it?

If you have SVNKit installed, it will fallback to use that. It is not
using JavaHL if it says it is not available.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-06-30 18:54:02 CEST

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.