Re: Unable to determine GraphicsConfiguration
Posted by
gouessej on
Apr 13, 2023; 7:24pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4042457.html
By the way, you mustn't put several versions of Java into your PATH environment variable, only one at a time. Please fix it.
Use JOGL 2.4.0, take
this fat JAR.
This should work:
Save JOGLQuad.java into the "src" directory.
Run C:\Program Files\Zulu\zulu-18\bin\javac.exe -d bin -cp jogamp-fat.jar src/JOGLQuad.java
Run C:\Program Files\Zulu\zulu-18\bin\java.exe --add-opens java.desktop/sun.awt=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED -cp bin;jogamp-fat.jar JOGLQuad