I have a set of the Jogl bindings. Included are
- jogl.dll
- jogl.jar
How do I set up the environment to make use of the Jogl bindings?
I get this error :
Gears.java:38: cannot access net.java.games.jogl.GLEventListener
bad class file: C:\jogl\net\java\games\jogl\GLEventListener.class
class file has wrong version 48.0, should be 47.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
static class GearRenderer implements GLEventListener, MouseListener, MouseMotionListener {