Thanks for your help.. i appreciate .. my code is working fine...
I have deleted my source and all files related to jogl.jar and did a fresh start ...
Done all the steps .. and finally my code is working fine.... i guess may be the problem is due to jogl.jar & native dlls those i put in jre folder..
thanks alot ..
mont
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:
1. download the jogl.jar, docs, sources and the appropriate jogl-natives
2. make a directory for jogl (e.g. under Program Files\Java\Jogl)
3. put the jogl.jar and the sources in this directory
4. extract the jogl-natives into that directory (you should have some dlls after that)
5. extract the javadoc_public.zip into this directory into the subdirectory docs
6. run eclipse and open your project or create a new one
7. select Project-Properties from the menu, select Java Build Path
8. Use "Add External Jar" to add the jogl.jar from the above directory
9. expand the new item in the tree
10. as source select the jogl-src.zip file in the above directory
11. as javadoc location select the subdirectory docs in the above directory
12. as native library select the above directory (containing the dlls)
13. That's it. You should now be able to use jogl in eclipse.
Hope it helps
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:
1. download the jogl.jar, docs, sources and the appropriate jogl-natives
2. make a directory for jogl (e.g. under Program Files\Java\Jogl)
3. put the jogl.jar and the sources in this directory
4. extract the jogl-natives into that directory (you should have some dlls after that)
5. extract the javadoc_public.zip into this directory into the subdirectory docs
6. run eclipse and open your project or create a new one
7. select Project-Properties from the menu, select Java Build Path
8. Use "Add External Jar" to add the jogl.jar from the above directory
9. expand the new item in the tree
10. as source select the jogl-src.zip file in the above directory
11. as javadoc location select the subdirectory docs in the above directory
12. as native library select the above directory (containing the dlls)
13. That's it. You should now be able to use jogl in eclipse.
Hope it helps




