|
I ran into a runtime error attempting to run with JOGL 2.2.4 in an Eclipse/RCP app built against the recent Eclipse Mars release along with its associated SWT 4.5 upgrade:
>>>> ExternalContributionFactory.create: failed, throwable = java.lang.ExceptionInInitializerError
java.lang.ExceptionInInitializerError
at com.jogamp.newt.swt.NewtCanvasSWT.<init>(NewtCanvasSWT.java:127)
at com.jogamp.newt.swt.NewtCanvasSWT$1.run(NewtCanvasSWT.java:106)
<snip> Caused by: javax.media.nativewindow.NativeWindowException: java.lang.NoSuchMethodException: org.eclipse.swt.internal.gtk.OS.GTK_WIDGET_WINDOW(long)
at com.jogamp.nativewindow.swt.SWTAccessor.<clinit>(SWTAccessor.java:203)
... 87 more
I submitted bug 1170 and offered a possible fix, which could of course be totally off the mark. I'm sure Petros will have more to say about it.
I thought I should also mention the issue here in case anybody else encounters it and isn't keeping an eye on the bug database.
Rob
|