I’m very interested in JOGL since I love OPENGL and JAVA. I can compile and run example codes at work on windows 2000, but I can’t run them at home on my ME box. They compile without error though. I’m trying to run Nehe’s lesson04 for jogl. Can anyone decifer this for me?
Thanks,
Tom…
I get:
Exception in thread “main” java.lang.NoSuchMethodError:java.nio.ByteOrder.nativeOrder()Ljava/nio/ByteOrder;
at net.java.games.gluegen.runtime.BufferFactory.newDirectByteBuffer(BufferFactory.java;47)
at net.java.games.jogl.imp.JAWT.(JAWT.java:19)
at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:65)
at java.security.AccessController.doPrivileged(Native Method)
.
.
.
at net.java.games.jogl.GLCanvas.(GLCanvas.java:68)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:117)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80)
at Lesson04.main(Lesson04.java:197)