Exception: com.jogamp.opengl.GLException: Profile GL4 is not available
This post was updated on .
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.
Re: Exception: com.jogamp.opengl.GLException: Profile GL4 is not available
So I used the java command jlink to build a self contained java application. I include all the necessary jar apps. It builds a self contained java app in MacOs. It produces a folder with a native macos executables. Then I simple click on the executable to launch the app and I get that error.
I will try your suggestion and use the fat jar to see if that helps.