Login  Register

Re: Unable to determine GraphicsConfiguration

Posted by Sven Gothel on Apr 12, 2023; 10:17pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4042445.html

This looks a bit adventurous, two different Azul JVMs, no?
C:\Program Files\Zulu\zulu-11\bin\
C:\Program Files\Zulu\zulu-18\bin\
assuming you use the 18 and hence OpenJDK-17 compatible somehow,
you may pass: --add-opens java.desktop/sun.awt=ALL-UNNAMED --add-opens java.desktop/sun.java2d=ALL-UNNAMED
to the JVM. At least this is how JOGL performs unit tests using OpenJDK-17 (and OpenJDK 11).