RCP applications on the Mac [message #393341] |
Wed, 10 November 2004 08:24  |
Eclipse User |
|
|
|
Hi,
I was wondering if anyone has successfully deployed RCP applications
on the Mac. I would be interested in the kind of issues you had to face
while doing so.
Thanks in advance
Manu
|
|
|
|
Re: RCP applications on the Mac [message #400800 is a reply to message #393341] |
Tue, 21 December 2004 00:40  |
Eclipse User |
|
|
|
It works, but there are some platform-specific things you need to know. See
the discussion on 10/6 "Stand alone on Mac"
RCP on mac works just the same as on other platforms, but you have to start
using the following parameters:
# Option 1: new style java on OS X
# REQUIRES: Eclipse 3.1+ and Java 1.4.2_04+
# -XstartOnFirstThread
# java -XstartOnFirstThread -cp startup.jar org.eclipse.core.launcher.Main
-application Google.googleApplication -consolelog -os macosx -ws carbon
# Option 2: old style java_swt
../java_swt -cp startup.jar org.eclipse.core.launcher.Main -application
Google.googleApplication -consolelog -os macosx -ws carbon
For older versions of Eclipse / Java, you need to use the java_swt
application that comes with Eclipse instead of java (it's inside the app
bundle).
Andre Weinand provides a complete Mac application bundle for a RCP project
here: http://www.weinand.org/eclipse/IconExplorer.dmg
Cheers,
nik
On 11/10/04 20:24, in article cmt4pq$6qh$1@eclipse.org, "Manu Radhakrishna"
<manuradhakrishna@yahoo.com> wrote:
> Hi,
>
> I was wondering if anyone has successfully deployed RCP applications
> on the Mac. I would be interested in the kind of issues you had to face
> while doing so.
>
> Thanks in advance
> Manu
>
|
|
|
Powered by
FUDForum. Page generated in 0.45457 seconds