[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: Dan North <dan_at_tastapod.com>
Date: 2005-05-04 18:27:26 CEST

For the archives:

I always have $HOME/bin on my path, for little utility scripts.

I also like to run eclipse with runtime args anyway (-vmargs -Xmx256m
-Xms256m).

So I have $HOME/bin/eclipse:

#!/bin/bash
LD_LIBRARY_PATH=/usr/lib $HOME/apps/eclipse/eclipse -vmargs -Xmx256m
-Xms256m

Then I have a gnome/kde shortcut to the $HOME/bin/eclipse script.

(The /usr/lib location comes from using the excellent Debian javahl
instructions someone posted a while back to create .deb archives).

HTH,
Dan

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.
>
>Mark
>
>_____________________________________________________________________________
>Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
>_____________________________________________________________________________
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
Received on Thu May 5 02:27:26 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.