Re: Jogl problem on OSX 10.9
Posted by
gouessej on
Aug 28, 2014; 10:43am
URL: https://forum.jogamp.org/Jogl-problem-on-OSX-10-9-tp4030396p4032947.html
Sorry but you're wrong, com.sun.opengl.impl.macosx.MacOSXOnscreenGLDrawable comes from JOGL 1.1.1, not from JOGL 2. There is still an old version of Java3D somewhere on your machine which requires JOGL 1.1.1. Your stack trace proves I'm right.
Edit.: The JOGL classes used under Mac that appear in your stack trace have been moved into jogamp.opengl.macosx.cgl in JOGL 2. There is still an old version of Java3D which uses an old version of JOGL compatible with Apple JVM but not with Oracle JVM.