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

Re: JavaHL Debian howto (was Re: [ANN] JavaSVN v0.8.7)

From: Jeff Bowden <jlb_at_houseofdistraction.com>
Date: 2005-04-08 01:50:16 CEST

Andrew Vaughan wrote:

>On Thu, 7 Apr 2005 03:56 am, Jeff Bowden wrote:
>
>
>>Nice doc! I never knew about dch I just always used the changelog mode
>>in emacs. Also I never knew the explanation for why it didn't work with
>>Kaffe. This should go on the subclipse website.
>>
>>
>>
>Feel free. But it needs a good edit first. :)
>
>

I'm not in a position to post docs. It was more of a suggestion to
whoever runs the web site.

>One thing I did forget to mention, is that even after building and installing
>javahl, the sun's java 1.4 does not find the shared library
>(in /usr/lib/svnjavahl-1.so.0.0.0). (Some versions of sun's jre don't seem
>to use the system library paths).
>
>I worked around this problem by creating symlinks
>in /usr/lib/j2sdk1.4-sun/jre/lib/i386/ from /usr/lib/libsvnjavahl-1.s*
>
>(as root)
># ln -s /usr/lib/libsvnjavahl-1.s* /usr/lib/j2sdk1.4-sun/jre/lib/i386/
>
>

Another solution is to make a launcher script for eclipse which looks
something like this:

    #! /bin/sh

    export CLASSPATH=/usr/share/java/svn-javahl.jar
    export LD_LIBRARY_PATH=/usr/lib
    exec /usr/local/eclipse/eclipse -vmargs -Xmx784m

(The Xmx784m is because our project is too big for the default vm size,
it's not necessary for javahl with small projects)
Received on Fri Apr 8 09:50:16 2005

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.