JESS: Problems with SWT_AWT in Eclipse on MacOS X

2005-12-09 Thread Dona Mommsen
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

Re: JESS: Problems with SWT_AWT in Eclipse on MacOS X

2005-12-09 Thread ejfried
I think Dona Mommsen wrote: 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 Yes, I can reproduce this on my Powerbook.