Re: Release 2.3.1: GlueGen, JOGL[OculusVR SDK 0.4.4 w/ DK1 + DK2], misc..
Posted by
elect on
Apr 14, 2015; 12:47pm
URL: https://forum.jogamp.org/Release-2-3-1-GlueGen-JOGL-OculusVR-SDK-0-4-4-w-DK1-DK2-misc-tp4034207p4034297.html
gouessej 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
There is no reason to panic when we move some classes into another package and I don't understand why you preferred switching back to JOGL 2.2.4 initially instead of accepting this change. Moreover, I gave some links to some change sets showing that I simply edited some imports, I didn't switch back to JOGL 2.2.4. We don't randomly move classes but I can understand that you don't expect such change from a minor release.
I didnt panic and I didnt prefer to switch back, I just thought it was an error of the new builds
As I wrote, I plan to upgrade all my project to the new jogl sooner or later