[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: SWT and Mac OSX problem
|
- From: Frank Radermacher <isag.srl@xxxxxxxxx>
- Date: Tue, 29 Apr 2003 11:59:17 +0200
- Newsgroups: eclipse.tools
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
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