jogamp
›
jogl
Login
Register
Re: Unable to determine GraphicsConfiguration
Posted by
gouessej
on
Mar 05, 2024; 8:40am
URL:
https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043365.html
The use of JNI is going to be more restricted in the future versions of Java (>= 23):
https://bugs.openjdk.org/secure/Dashboard.jspa?selectPageId=22205
https://bugs.openjdk.org/browse/JDK-8307341
It will be possible to use "Enable-Native-Access" in the JAR manifest.
Maybe there's a solution for your use case:
https://openjdk.org/jeps/261#Packaging:-Modular-JAR-files
Please can you try to use the manifest attribute "Add-Opens"?
https://stackoverflow.com/a/74147550/458157
Julien Gouesse |
Personal blog
|
Website
Free forum by Nabble
Edit this page