Re: JOGL with SWT(and NEWT) and OpenGL ES 2.0 for Eclipse RCP
Posted by
Wade Walker on
Apr 19, 2012; 1:34am
URL: https://forum.jogamp.org/JOGL-with-SWT-and-NEWT-and-OpenGL-ES-2-0-for-Eclipse-RCP-tp3772584p3921869.html
The JVM should also be dumping a stack trace that shows how pthread_mutex_lock is getting invoked -- we'd need to look at that to see what's going on here (for example, whether it's your code doing the locking or JOGL's code).
I used JOGL 2 inside Eclipse RCP all day long today, so I know for sure it works

However, I haven't tried with IcedTea on Ubuntu, so there could be some strangeness there too.