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

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

From: Hendrik Maryns <qwizv9b02_at_sneakemail.com>
Date: Tue, 01 Jul 2008 15:08:21 +0200

Mark Phippard schreef:
> 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.

I am and it works. Thank you very much! Is this in some FAQ I didn’t
find? If not, it sure as hell should be…

>> 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 for the clarification. Things seem to work correctly now indeed.

Cheers, H.

-- 
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html

Received on 2008-07-01 15:08:56 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.