|
Answer #1: You're a jogl expert, and are trying to get the newest jogl builds.
The JOGL library has undergone quite a bit of restructuring over the past year. The "opengl.jar" you reference I remember from the good ol' days. It's no longer part of the library.
I'm sorry, but if you want to use the newest builds, you should go through the tutorials on this site, and get to know the new jars.
This means that you may even have to edit some of your opengl code (if you're using opengl.jar, you're REALLY far behind.)
Alternative answer #2: You have never worked with jogl before, and are following a really old guide that uses opengl.jar. In this case, the tutorial you're following is likely to be out of date.
|