just delete whatever version of jogl.jar and jogl.dll, jogl_awt.dll and jogl_cg.dll you have anywhere on your system.
don’t ever put jogl.jar in any of your system folders like system32 or in the JDK/JRE directories, since it breaks Java WebStart of JOGL applications!
=> you are probably facing problems, because you have an old version of jogl lying around.
after you have completely cleared your system of all jogl files, start again with jensall advice:
- download the jogl.jar, docs, sources and the appropriate jogl-natives
- make a directory for jogl (e.g. under Program Files\Java\Jogl)
- put the jogl.jar and the sources in this directory
- extract the jogl-natives into that directory (you should have some dlls after that)
- extract the javadoc_public.zip into this directory into the subdirectory docs
- run eclipse and open your project or create a new one
- select Project-Properties from the menu, select Java Build Path
- Use “Add External Jar” to add the jogl.jar from the above directory
- expand the new item in the tree
- as source select the jogl-src.zip file in the above directory
- as javadoc location select the subdirectory docs in the above directory
- as native library select the above directory (containing the dlls)
- That’s it. You should now be able to use jogl in eclipse.
Hope it helps