Re: Error in MacOSXCGLContext since Java 7u55
Posted by Solher on Apr 16, 2014; 12:06pm
URL: https://forum.jogamp.org/Error-in-MacOSXCGLContext-since-Java-7u55-tp4032200p4032202.html
Thanks for your help.
I tried the workaround you indicated but there are so many "invokeLater()" methods in my project that I can't really replace every calls.
I tried to find the "source" invokeLater() with the Eclipse debugger to solve the problem more precisely but surprisingly it worked on it !
No crash with both JDK 7u55 and JRE 7u55 !
I only have the problem with my applet under web browsers (Safari and Firefox).
I really can't figure out where this problem come from.