Re: Unable to determine GraphicsConfiguration
Posted by
gouessej on
Mar 03, 2024; 11:32am
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043351.html
Actually, the native library loading isn't the problem, there are already methods to load them in Java itself but it's impossible to load native libraries directly from JARs probably for security reasons, that's why we have to extract them from JARs before loading them, with the risk that a virus scanner believes we're doing something wrong.
By the way, this is the bug report about supporting Java 11+ features:
https://jogamp.org/bugzilla/show_bug.cgi?id=1404