Login  Register

Re: Unable to determine GraphicsConfiguration

Posted by hharrison on Sep 27, 2023; 9:27pm
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043001.html

This is due to new restrictions enforced with Java 17 and newer VMs disallowing reflection across module boundaries, the command line arguments are adding additional exports allowing jogl to reflect into those modules for the functionality it requires to function, there's no way around it other than using a JDK earlier than 17.

Harvey