-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to determine GraphicsConfiguration : JOGL 2.4 on Java 17 & Windows 10 #4
Comments
As mentioned in the JOGL bugzilla ticket, running the JVM with
fixes the problem |
Relates to #12 |
How would I fix this in Eclipse? |
Apply the above mentioned JVM flags in the VM arguments of the Run Configuration of your program. |
Thanks a bunch! |
Thank you very much, it worked! |
How do you run the command? |
--add-exports java.base/java.lang=ALL-UNNAMED
|
Okay thanks |
Can someone help me how to fix this in VSCode? I put the above arguments in the launch.json args and it does not fix the issue. |
I LOVE YOU |
I have finished. but when I convert jar to exe, I don't know where to add this command. And error are here: Executing: D:\Desktop\inni\see.exe |
I added the VM arguments to my launch.json and it fixed the issue. Here is my launch.json
|
Solution does not work in Java SE 17 Jdk 17 Windows 10 Eclipse IDE. Tried changing java se version to any version from 9 to 17, still does not work. Changing add-exports to add-opens does not work either, and adding both add-exports and add-opens also does not work. I gave up trying to fix this problem, i guess i need to look for alternative solution to opengl programming for my study assignment. |
Reproduce with Jzy3D SurfaceDemoAWT
The below exception does not happen on JDK 11
See also
The text was updated successfully, but these errors were encountered: