Login  Register

Re: Unable to determine GraphicsConfiguration - Java 17 - JOGL 2.5.0 - Eclipse RCP App

Posted by gouessej on Oct 25, 2023; 12:46pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-Java-17-JOGL-2-5-0-Eclipse-RCP-App-tp4043094p4043095.html

Hello

I suspect the problem has nothing to do with JOGL. There are two possible root causes:
- Shouldn't you use --add-opens?
- There are two syntaxes but in some cases, only one of them works:
     --add-opens=java.base/java.nio=ALL-UNNAMED
     --add-opens  java.base/java.nio=ALL-UNNAMED

I advise you to reproduce your problem on a tiny example if it persists.
Julien Gouesse | Personal blog | Website