Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem with SWT under Mac os X
Problem with SWT under Mac os X [message #456409] Thu, 02 June 2005 16:12
Tom is currently offline TomFriend
Messages: 22
Registered: July 2009
Junior Member
I make an RCP application with Eclipse 3.1 on Windows XP. This
application is launched with Java Web Start. All works fine on windows
and Linux but not with Mac os X. The appplication starts but when i
wan't to use the application SWTErrors appears like that:


org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:2860)
at org.eclipse.swt.SWT.error(SWT.java:2783)
at org.eclipse.swt.SWT.error(SWT.java:2754)
at org.eclipse.swt.widgets.Widget.error(Widget.java:554)
at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:305)
at org.eclipse.swt.widgets.Control.isEnabled(Control.java:1218)
at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2517)


I read that -XstartOnFirstThread must be specified in VM argument so i
do that in my JNLP file but with no result....


Please help me if you have a solution. Thanks!!
Previous Topic:Embedded Contents: SWT OLE into Canvas
Next Topic:Invisible root TreeItem?
Goto Forum:
  


Current Time: Sat Apr 27 03:37:33 GMT 2024

Powered by FUDForum. Page generated in 0.02975 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top