I got this error , please help!

com.jogamp.opengl.GLException: JavaFX Application Thread: createImpl ARB n/a but required, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL3bc/GL3bc.hw], current: 3.0 (Compat profile, compat[ES2], FBO, hardware) - 3.0 Mesa 18.0.5

Since I see Mesa there, I assume you’re on Linux and you didn’t install the drivers for your graphics card. Mesa is the software rendering implementation of OpenGL, which is SLOW and incomplete.

3 Likes