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

Re: Debian javahl pain with Eclipse 3.1M6

From: Jeff Bowden <jlb_at_houseofdistraction.com>
Date: 2005-05-04 20:02:30 CEST

Mark Phippard wrote:

>Dan North <dan@tastapod.com> wrote on 05/04/2005 09:49:43 AM:
>
>
>
>>Woohoo! It was LD_LIBRARY_PATH!
>>
>>Funny, I have no recollection of setting that up for 3.1M4.
>>
>>Thanks Mark.
>>
>>
>
>Great. For the archives (since Search works now!) how did you set it? Was
>it just a shell script to launch Eclipse or something else? I am always
>looking for better ways to do this.
>
>

I have the LD_LIBRARY_PATH setting in my eclipse launch script. I have
the various eclipse versions I have used installed in
/usr/local/eclipse-<version> but the launch script expects to find it in
/usr/local/eclipse. So all I do to upgrade eclipse is change the
/usr/local/eclipse symlink and then launch as normal and download the
latest subclipse with the update tool.

/usr/local/bin/eclipse:

    #! /bin/sh
    export LD_LIBRARY_PATH=/usr/lib
    exec /usr/local/eclipse/eclipse

(My actual version has "-vmargs -Xmx784m" after the eclipse line because
I'm running the sun jvm and have a large-ish project).
Received on Thu May 5 04:02:30 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.