Re: JOGL in JAVAFX error with jnlp on mac only
Posted by
gouessej on
Mar 22, 2017; 11:03am
URL: https://forum.jogamp.org/JOGL-in-JAVAFX-error-with-jnlp-on-mac-only-tp4037797p4037815.html
There is a mistake in your source code, you should replace new GLU() by GLU.createGLU(GL). The rest looks ok. It runs correctly under Windows. Your bug seems to be specific to OS X.