I have downloaded the win32 jogl files that are jogl.jar and jogllib.jar, and have defined their path in a variable called CLASSPATH in the environment variables. More over I am using JCreator as my IDE, so I even added these two jars in the path, but still when I compile the Gears.java it compiles but gives the error when running. Help me out here and please define simple steps easy to follow. I shall be thankfull. ;D
Could you cut and paste the compiler error in, and maybe some will be able to spot the problem…
Kev
Put the jar files in your ‘JRE path’/lib/ext directory
and put the dll in your ‘JRE path’/bin directory
Then try.