I decided to update JOGL2 to the newest version which is jogl-b434-2011-08-24 (link). Now I'm using an older version jogl-b391-2011-05-17. I noticed that after jogl-b419-2011-08-04 some changes were introduced, for example other jar nad dll files. I have a pr开发者_开发知识库oblem with my project template becasue the newest release doesn't contain glugen-rt.dll and it seems to be necessary here:
GLProfile profile = GLProfile.get(GLProfile.GL3);
What should I do ?
Sven has made some changes to the jars. See the question I asked here regarding the new jars.
精彩评论