Login  Register

Re: Unable to determine GraphicsConfiguration

Posted by Goofyseeker3 on Mar 14, 2024; 2:31pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043404.html

does the swing rudimentary example work for you, no command line arguments.

also the command line without requiring separators:
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 -jar joglrenderengine.jar

or when awt libraries are not used, only swing:
java -jar joglrenderengine.jar