How to get started with JOGL 231?

I’ve been using JOGL 1.1.1 for a long time now. I’ve considered upgrading to 231, but cannot find much information about it. Where is the right place to download the jars I need? How do I integrate them into my program? Is there a handy NetBeans plugin like JOGL 1.1.1 has? (Even since the java.net migration, the JOGL page has been empty).

Also, do I need to change any code for things to work with JOGL 231?

Try http://jogamp.org/, the official new home of JOGL.

Hi!

JOGL 2.0 has a quite different API as it support both desktop & embedded platforms. As far as I know, the OpenGL Netbeans pack uses an obsolete version of JOGL 2.0 unfortunately.