vote up 0 vote down star

I am using the most stable SWT Cocoa downloads for Mac OS X and and launching my app via Java WebStart. All jnilib files are within my app jar on its root. The app downloads, verifies, but I cannot get any buttons to respond. I can enter data into all my UI components. My VM arguements are "-d32" and "-XstartOnFirstThread".

The app works fine as a stand alone app bundle (running in 32-bit mode), and works fine running out of Eclipse on the same machine.

Is there a known issue with Cocoa SWT (swt-3.5-cocoa-macosx.zip) and WebStart on Mac? The JNLP is pretty standard, so maybe there is a setting that needs to be declared?

flag

78% accept rate

2 Answers

vote up 0 vote down check

This appears to be fixed in swt cocoa 3.6 M2 for mac osx. The issue was MouseUp and MouseDown events did not fire. If using a earlier version than this one, SWT.Selection worked ok for buttons.

link|flag
vote up 0 vote down

It looks like this is a known bug in SWT on OS X as of SWT 3.0: Bug 63306.

link|flag
I have seen this bug posted as well, but wasnt sure if it applied to me. I got that invalid thread access a while ago, but adding in the "-XstartOnFirstThread" corrected it. My app launches via JWS, but buttons do not respond to clicks. Makes me think its a new issue. – KKlucznik Sep 29 at 16:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.