2009/3/30 Richard S. Hall <[email protected]> > I am not sure if there is a Felix issue here or what it would be. Did you > also ask this question on an SWT-related mailing list? >
perhaps it might be a native libraries issue... but then I'd expect an exception not a hang Florian, if you have an example testcase either send directly to me or attach it on JIRA then I can take a look, otherwise recreate the hang, take a thread dump (Ctrl-Brk on Windows / or use jstack) and post that to the list > -> richard > > On 3/12/09 5:10 AM, Gimbert Florian wrote: > >> Hello, >> >> I'm creating an application based on Felix. >> One of my bundle contains a GUI build with SWT. >> This correctly starts on Linux (Ubuntu 8.10). I tried to start the soft >> under Windows but the SWT frames are never displayed. >> With further inquiries, I found that the code execution freezed when >> creating a new Display instance (Display display = new Display()). >> I precise that: >> - standalone applications work well under Windows. >> - I get the display in a new thread (I found this tip a few weeks ago, >> otherwise, SWT never starts, even under Linux). >> >> Have you any idea? >> Thank you, >> Florian >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Stuart

