Exception: com.jogamp.opengl.GLException: Profile GL4 is not available
Posted by fmorat on Aug 09, 2023; 9:30pm
URL: https://forum.jogamp.org/Exception-com-jogamp-opengl-GLException-Profile-GL4-is-not-available-tp4042822.html
I built an macos image of my application but when I try to run it I get this exception: Exception: com.jogamp.opengl.GLException: Profile GL4 is not available on null: but: []
The same application runs find when I run it within eclipse. I've included the jar files gluegen-rt-natives-macosx-universal.jar and jogl-all-natives-macosx-universal.jar.
Any ideas on what I should be checking?
Any ideas are extremely helpful!