Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] SWT Apps Crash on Carbon when launched from WebStart

I have created an application in SWT utilizing jface that is deployed via webstart. The application runs well during normal execution on OS X Panther, but when started through webstart, the main window opens but no interaction can occur. The log shows the following exception:

org.eclipse.swt.SWTException: Invalid thread access
	at org.eclipse.swt.SWT.error(SWT.java:2330)
	at org.eclipse.swt.SWT.error(SWT.java:2260)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:545)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:301)
	at org.eclipse.swt.widgets.Control.getShell(Control.java:829)
	at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:1815)
at org.eclipse.swt.widgets.Shell.kEventWindowDeactivated(Shell.java:744)
	at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1524)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:2866)

this problem seems to occur with 2.1.2 and 3M4.  any thoughts?

------------------------------------------------------------------------ --------------------------
Marc Boorshtein
Software Engineer, Octet String
marc.boorshtein@xxxxxxxxxxxxxxx



Back to the top