Hi
I tried to download the “jogl-1.1.0-pre-20070202-windows-i586.zip” file and unzipped it.
I copied all the dll’s to the c:\windows\system32 library and i’ve added the jar files to my JCreator project.
I still get the following msg when trying to compile a NeHe-Jogl lesson (no. 34) :
package net.java.games.jogl.util does not exist
package net.java.games.jogl does not exist
cannot find symbol class GLEventListener
cannot find symbol class GLCanvas
cannot find symbol class GLU
cannot find symbol class GL
cannot find symbol class GLDrawable
… etc…
what is the problem? :-\