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

Re: Have javahl have subclipse... now what?

From: Jeff Bowden <jlb_at_houseofdistraction.com>
Date: 2004-12-19 05:21:14 CET

Graham Leggett wrote:

> Jeff Bowden wrote:
>
>> /usr/local/bin/eclipse:
>>
>> #! /bin/sh
>>
>> export CLASSPATH=/path/to/svn-javahl.jar
>> exec /usr/local/eclipse/eclipse
>
>
> That's what I have already tried, but I got no luck:
>
> [snip from sh -x]
> + export CLASSPATH=/usr/lib/svn-javahl/svn-javahl.jar
> + CLASSPATH=/usr/lib/svn-javahl/svn-javahl.jar
> + exec /usr/share/eclipse/eclipse -data /root/workspace -vm
> /usr/lib/jvm/java/bin/java -vmargs -Xms64M -Xmx256M

Ooops, I forgot a line:

    #! /bin/sh

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

The LD_LIBRARY_PATH bit works around a bug in j2sdk 1.4.2
Received on Sun Dec 19 15:21:14 2004

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.