Mattias Holmqvist

162
reputation
55 views

Registered User

name Mattias Holmqvist
member for 1 year
seen 10 hours ago
website
location Uppsala, Sweden
age 26
A consultant working in Sweden. Mostly interested in Java-related technology but I have also a great interest in dynamic languages such as Ruby and Groovy.
Nov
19
awarded  Yearling
Oct
29
comment Can’t get SWT Display on Mac OS X.
That was my initial idea too. Then I was wondering if this wasn't provided already by OSGi in some way...
Oct
27
comment Can’t get SWT Display on Mac OS X.
You've understood my question correctly. The last comment you're saying that you're looking to add a hook to run the SWT event loop. I believe that's supported by the Display class, once you've created the first instance of it in the main thread, the static methods will work as expected. At least if you believe the docs. From my understanding you will then be able to call Display.asyncExec(..) to execute code in the SWT event thread...that's how you do it in Eclipse at least.
Oct
24
comment Can’t get SWT Display on Mac OS X.
Is it possible to get hold of some simple code to get that up and running? And a working start configuration?
Oct
17
comment Can’t get SWT Display on Mac OS X.
However, I've learnt that Mac OS X requires that thread to be thread 0. That might explain why it works on windows but not on Mac. I don't know how to solve that though...
Oct
17
comment Can’t get SWT Display on Mac OS X.
No I'm not trying to create an Eclipse plugin. I'm trying to use SWT in an OSGi environment without Eclipse RCP. I know that the Workbench in RCP is responsible for creating the Display and that it is performed in the main thread before any plugins are activated. AFAIK it should be possible to create the Display in any thread, as long as it is used as the UI thread after that. From the doc: "In SWT, the thread which creates a Display instance is distinguished as the user-interface thread for that display."
Oct
15
comment How do I add 3rd-party OSGi bundles to a deployment package with Maven?
I also recommend the Pax tool suite.
Oct
15
answered When to use wrapper class and primitive type
Oct
14
asked Can’t get SWT Display on Mac OS X.
Sep
6
accepted Pax-import-bundle and Spring DM bundles
Sep
4
answered Pax-import-bundle and Spring DM bundles
Sep
4
awarded  Scholar
Sep
4
revised Pax-import-bundle and Spring DM bundles
typo
Sep
4
asked Pax-import-bundle and Spring DM bundles
Jun
26
answered step by step Sample JMS in Spring Framework