Login  Register

Re: Unable to determine GraphicsConfiguration

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

I did try to run the project outside of Eclipse as described, from command line directly, with same result, also from a fat runnable jar, where it produces error trying to load gluegen_rt without success, gluegen.jar, gluegen_rt_windows_amd64 native jar, jogl_all.jar and jogl windows_amd64 native jar was in the jar root. The project is not modular by any means. All the required libraries are put in eclipse user library with source, javadoc and native library location. Provide full compatibility with all platforms simply to avoid all this questioning.

Well it did not work in any way tried, with or without the --add-export statements in the command line.

(fix product. try with all tools yourself. should not be hard to try out yourself. yes from scratch. why it needs to be broken before it can be working. can you get it working yourself in eclipse non-modular new project. cant recommend product if it has such hard setup configuration issues. too hard to use.)

In other words, do you claim its working with java-21 jdk (java-21 compatibility mode and eclipse ide for java) and if so, can you demonstrate a working configuration (for non-modular open and fat jar)?

So far what I have seen its not working with JDK-21 or even Java-17 compatibility mode.