Re: Unable to determine GraphicsConfiguration
Posted by
gouessej on
Mar 14, 2024; 2:40pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043406.html
Please can you ensure that the rudimentary example work before fixing your example? Your stuff uses a JAR in JAR loader; if we don't make the rudimentary example work on your machine, we will be unable to determine whether the problem comes from JOGL or if it's specific to the JAR in JAR loader.
This should work:
java --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.desktop/sun.java2d=ALL-UNNAMED --add-opens java.desktop/sun.awt=ALL-UNNAMED -cp jogamp-fat.jar:joglrenderengine.jar fi.jkauppa.joglrenderengine.JOGLRenderEngine