New to jogl, quick question

I am confused as to why two different versions of jogl.jar I downloaded from the main jogl project site contained different libraries.

One contained a bunch of com.sun.opengl stuff, whereas the other was java.net.games or something.

Could someone quickly explain to me why these two versions I downloaded were different?

The older JOGL 1.1.1 release was in the net.java.games.* namespace. The current JOGL implements the forthcoming JSR-231 specification which is in the javax.media.opengl.* namespace.