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

Re: [Subclipse-users] Can't run JavaHL on Linux x86_64 + IBM RAD

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 18 Mar 2011 17:16:30 -0400

On Fri, Mar 18, 2011 at 5:12 PM, Bruno Borges <bruno.borges_at_gmail.com> wrote:
> Correct.
> It seems IBM RAD was installed with the J9 JVM 32bit.
> It is strange though that it is working fine, except SVN.

It is very common to use a 32-bit JVM on 64-bit OS. If you do not
need the > 4GB heap of a 64-bit JVM it is usually considerably faster
to use a 32-bit JVM.

> If I link IBM RAD with the JavaHL 32bit libs, must I also install Subversion
> 32bit binaries (bin/svn)?

Yes. JavaHL is just a small layer that relies on the Subversion
libraries for most work. The command line client (svn) is a similar
small layer that uses those same libraries. So JavaHL and the SVN
command line kind of come together.

What distro are you using? The client RPM that CollabNet provides is
installed into a private folder - /opt/CollabNet_Subversion. So you
can install it without having to disturb the 64-bit version from your
distro. Just point the java.library.path property at the lib folder
from that install and it should find it. See the wiki if need more
detail.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2712459
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-03-18 22:16:36 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.