Login  Register

Re: Unable to determine Graphics Configuration. Am I setting up something wrong?

Posted by Electra on Feb 03, 2022; 5:42pm
URL: https://forum.jogamp.org/Unable-to-determine-Graphics-Configuration-Am-I-setting-up-something-wrong-tp4041606p4041613.html

I'm making sure to use JOGL 2.4, as when I tried using JOGL 2.3.2 I got issues with an index out of bounds error.
Are there any pre-built tests I can use to easily test things outside of Eclipse? Ideally I would just want to stick a test JAR file in with the JOGL JAR files and compile them together with a command. I'm not too experienced with compiling large Java projects and I would be even less confident setting up these dependencies outside of an IDE, so I'd want this kind of thing to be as simple as possible. When looking up this bug, I noticed a few things mentioning there were unit/integration tests used to verify the project is working and to reproduce some of the errors people were getting, but I don't know where to find or how to run those.
Thank you for your response!