Re: Release 2.3.1: GlueGen, JOGL[OculusVR SDK 0.4.4 w/ DK1 + DK2], misc..
Posted by
elect on
Apr 14, 2015; 8:46am
URL: https://forum.jogamp.org/Release-2-3-1-GlueGen-JOGL-OculusVR-SDK-0-4-4-w-DK1-DK2-misc-tp4034207p4034289.html
jmaasing wrote
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=682Hope that helps.
Thanks for clarification and for the link, jmaasing
I will then upgrade all my projects to the new jogl