So I have been programming java for 3-4 years and me and my friend are trying to get an online game going.
We have the networking part set up, and we wanted to try using OpenGL instead of swing.
I have tried to follow every tutorial I can find off of google, and for some reason it doenst work.
I have the library files set up correctly, and it can load the DLL files.
JOGL,jar is in the project, and the import import net.java.games.jogl.*; always says it cannot find the net package.
The JOGL.jar file has a bunch of com.sun.openGL and com.sun.media packages in it, but no net package.
Some of the same classes that the tutorials use are in the com.sun stuff, but it makes me think I am using the wrong version of JOGL?
Also if it it of any use, I am using the eclipse IDE.
Any help is appreciated.

