Login  Register

Re: Release 2.3.1: GlueGen, JOGL[OculusVR SDK 0.4.4 w/ DK1 + DK2], misc..

Posted by jmaasing on Apr 14, 2015; 7:31am
URL: https://forum.jogamp.org/Release-2-3-1-GlueGen-JOGL-OculusVR-SDK-0-4-4-w-DK1-DK2-misc-tp4034207p4034288.html

elect wrote
I updated jogl, now it cant find GL3 anymore in

import javax.media.opengl.GL3;

rather it finds it in

import com.jogamp.opengl.GL3;

why?

I had to go back to 2.2.4 to fix it
The 2.3 release is not backwards compatible (as you noticed). The reason for the package change is documented in the bug report.

https://jogamp.org/bugzilla/show_bug.cgi?id=682

Hope that helps.