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

Re: [Subclipse-users] Subversion Native Library Not Available

From: Mark Phippard <markphip_at_gmail.com>
Date: Sat, 26 Mar 2011 10:33:35 -0400

You are using a 64-bit JVM and you have 32-bit Subversion DLL's in
your PATH. Those are the C:\csvn\bin DLL's from Subversion Edge.

If it were me, I would switch to a 32-bit JVM and Eclipse as they run
faster than 64-bit does. There is also rarely a need for 64-bit
programs.

However, you have other options:

1) Adjust PATH so that SlikSVN is ahead of Subversion Edge. You could
do this just for your user by changing the user PATH and not the
system PATH and it would not effect Subversion Edge services at all.

2) Edit the eclipse.ini file and add -Djava.library.path=C:/Path/SlikSVN

See http://subclipse.tigris.org/wiki/JavaHL for a full explanation and
more details on option 2.

Mark

On Sat, Mar 26, 2011 at 10:24 AM, bugreport
<M8R-fj4tn21_at_thisisnotmyrealemail.com> wrote:
> Hi,
>
> until recently I had no issues connecting to the SVN Repository, but now I get the following error message:
>
> Failed to load JavaHL Library.
> These are the errors that were encountered:
> C:\csvn\bin\libapr-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libapriconv-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libeay32.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\ssleay32.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libaprutil-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsasl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_subr-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_delta-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_diff-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_wc-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_fs-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_repos-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_ra-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvn_client-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> C:\csvn\bin\libsvnjavahl-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> no svnjavahl-1 in java.library.path
> no svnjavahl in java.library.path
> java.library.path = C:\Windows\system32;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\csvn\bin\;C:\csvn\Python25\;C:\Program Files (x86)\CollabNet\Subversion Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.6.0_24\bin;C:\Program Files\SlikSvn\bin\
>
>
> I am using Win 7 x-64 and I have Slik-Subversion-1.6.16-x64 installed. As I said: until recently it just worked perfectly fine, but I believe the issue started after installing CollabNetSubversion-client and CollabNetSubversionEdge.
>
> Help is much appreciated, since without SVN it's impossible to continue the project...
>
> Regards
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2714350
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2714359
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-03-26 15:33:43 CET

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.