Login  Register

Re: Unable to determine GraphicsConfiguration

Posted by gouessej on Mar 01, 2024; 8:31am
URL: https://forum.jogamp.org/Unable-to-determine-GraphicsConfiguration-tp4042444p4043337.html

You mustn't use ALL-UNNAMED in your case because you're in a modular project, ALL-UNNAMED makes sense for all unnamed modules. JOGL isn't to blame, all this comes from the modularization of Java as we already explained.

We can't provide any help without a clear reproducer. Please try to run your project without Eclipse first and post the full command line this time.
Julien Gouesse | Personal blog | Website