GLProfile.initSingleton(false);
Posted by JOGL_Noob on May 10, 2012; 6:43am
URL: https://forum.jogamp.org/GLProfile-initSingleton-false-tp3976282.html
I am trying to solve a libpthread.so crash issue and one of the solutions I dug up was pasting the line above at the start of the code. And by start of the code it means before any X11 lib calls.
I am working in netbeans 7.1.2 and tried putting this into module installer classes, but using prinln tests, it appears this code gets executed after the splash screen appears, which is too late.
Do you guys have any idea where I can paste that line to beat the splash screen?