I downloaded the ZIP of the JOGL demos source and I also downloaded JOGL for Windows and then tried to build the demos source. Unfortunately I get a lot of errors and it appears that something else is required. Here are some of the errors:
D:\Projects\jogl-demos\src\demos\nurbs\curveapp\CurveApp.java:12: cannot find symbol
symbol : class GLCanvas
location: package javax.media.opengl
import javax.media.opengl.GLCanvas;
D:\Projects\jogl-demos\src\demos\nurbs\curveapp\GLListener.java:8: cannot find symbol
symbol : class GLUT
location: package com.sun.opengl.util
import com.sun.opengl.util.GLUT;
D:\Projects\jogl-demos\src\demos\nurbs\icons\IconFactory.java:3: package com.sun.opengl.impl.io does not exist
import com.sun.opengl.impl.io.StreamUtil;
D:\Projects\jogl-demos\src\demos\nurbs\surfaceapp\GLListener.java:8: package com.sun.opengl.util.glut.gl2 does not exist
import com.sun.opengl.util.glut.gl2.GLUTgl2;
D:\Projects\jogl-demos\src\demos\nurbs\surfaceapp\GLListener.java:96: cannot find symbol
symbol : class GLUTgl2
location: class demos.nurbs.surfaceapp.GLListener
private GLUTgl2 glut;
D:\Projects\jogl-demos\src\demos\vertexArrayRange\VertexArrayRange.java:54: package javax.media.opengl.util does not exist
import javax.media.opengl.util.Animator;
D:\Projects\jogl-demos\src\demos\vertexArrayRange\VertexArrayRange.java:722: cannot find symbol
symbol : class Animator
location: class demos.vertexArrayRange.VertexArrayRange
private static void runExit(final Animator animator) {
D:\Projects\jogl-demos\src\jbullet\src\javabullet\BulletGlobals.java:33: package javax.vecmath does not exist
What other libraries do I need to build these demos?
Thanks,
Jarrick Chagma