[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: SWT and Mac OSX problem

As you see from the post's from Andre you have three option's to run SWT apps.

1. Launch from inside eclipse.
This is normally the first time you start an application on a MAC. When you then try with various commandline and whatever method to run the app you run into the FAQ problem. (me too)


2. run the bundled App you find in /tmp/swt_stubs

3. bundle the app yourself with Apples ApplicationBuilder.

I prefer to use step 3 until the bundling gets integrated into the export optinons of Eclipse. There it should definetly be. But the above workarounds do their job.

Frank