I think you have mismatched versions of jogl.jar and jogl.dll. You should delete all copies of these files (and make sure you haven't dropped any JOGL-related files into the JRE/JDK, which causes problems with Java Web Start and other applications) and re-install. I'd also recommend you upgrade to the latest nightly build on the JOGL web page; there are API changes involved, but the new code is much more robust than older versions.
Hi I just downloaded the lastest build of the jogl.jar file. I opened it up to find no mension of the net file path.
My demo uses the following header files
1 2
| import net.java.games.jogl.*; import net.java.games.jogl.GLU; |
but the classes in the jogl.jar file are as follows.
1 2 3 4
| com---------sun----------glugen----runtime +-----------opengl----cd +--------impl +--------utils |
etc
where is the net.game.cd path
thanks