Hi,

I'm a newbie to Eclipse and GUI programming, so apologies if this is 'old stuff' for you.

I tried the simple example from JiA p. 204

(import javax.swing.*)
(import java.awt.*)
(import java.awt.event.*)

(new JButton "Example Button")

On MacOS X, Eclipse will crash with error:

Can't start the AWT because Java was started on the first thread. Make sure StartOnFirstThread is
 not specified in your application's Info.plist or on the command line

I didn' t follow the issue, but apparently the combination of SWT_AWT is an issue on Mac OS X, and hence for Eclipse

http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg19210.html
https://bugs.eclipse.org/bugs/show_bug.cgi?id=67384

Dona

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to