[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: SWT on snow leopard osx 10.6 with older programs
|
Thanks for pointing out this link, I've updated it and also added an entry
to the SWT FAQ.
Grant
"John" <john@xxxxxxxxxx> wrote in message
news:h7u79s$e2a$2@xxxxxxxxxxxxxxxxxxxx
> John <john@xxxxxxxxxx> wrote in news:h7u74d$e2a$1@xxxxxxxxxxxxxxxxx:
>
> > Yes, -d32 helps. Maybe it can be added to the website tutorial if that
> > parameter should be used all the time.
> >
> > http://www.eclipse.org/swt/macosx/
> > "Launching the application" section:
> >
> > (it also could use quotes around the paths, in case they have spaces in
> > them)
>
> Correction from copy/paste error:
>
> #!/bin/sh
> BASEDIR="`dirname $0`"
> exec java -d32 \
> -XstartOnFirstThread \
> -classpath "$BASEDIR/swt/swt.jar:$BASEDIR" \
> SWTHello
>