Login  Register

Re: Error jogamp.opengl.windows.wgl.a......

Posted by gouessej on Jan 09, 2023; 7:02pm
URL: https://forum.jogamp.org/Error-jogamp-opengl-windows-wgl-a-tp4042029p4042030.html

Hello

At first, use the very latest release candidate to be sure that you benefit of the bug fix in WindowsAWTWGLGraphicsConfigurationFactory. Changing the case of exceptions doesn't help...

The answer is in the documentation, set the bluej.vm.args property in the bluej.defs file but that's what you already do.

Those options are necessary since Java 9 in order to access some classes by reflection normally inaccessible when you don't "break" the modularization.

I advise you to run your source code without using an IDE as a first step to ensure that the suggested solution works even without putting the IDE into the equation to solve and when it works, try again inside your favorite IDE.

P.S: I'm not a native speaker, I do my best. Please avoid abusing of abbreviations.
Julien Gouesse | Personal blog | Website