Hi all
Hope someone can help. I'm just getting into Java and I'm interested in
using the openGL api. The problem is, despite following the instructions
on:
http://www.cs.umd.edu/~meesh/kmconroy/JOGLTutorial/
I can't seem to get NetBeans (the IDE my course insists we use) to
recognise
jogl.
This in as much as I'm getting the following errors:
init:
deps-jar:
Compiling 1 source file to D:\Do***ents and
Settings\rm\JavaLibrary2\build\cl*****
D:\Do***ents and Settings\rm\JavaLibrary2\src\JavaRenderer.java:1: package
javax.media.opengl does not exist
im****t javax.media.opengl.GL;
D:\Do***ents and Settings\rm\JavaLibrary2\src\JavaRenderer.java:2: package
javax.media.opengl does not exist
im****t javax.media.opengl.GLEventListener;
D:\Do***ents and Settings\rm\JavaLibrary2\src\JavaRenderer.java:3: package
javax.media.opengl does not exist
im****t javax.media.opengl.GLAutoDrawable;
D:\Do***ents and Settings\rm\JavaLibrary2\src\JavaRenderer.java:4: package
javax.media.opengl.glu does not exist
im****t javax.media.opengl.glu.GLU;
D:\Do***ents and Settings\rm\JavaLibrary2\src\JavaRenderer.java:10: cannot
find symbol
symbol: class GLEventListener
public class JavaRenderer implements GLEventListener
5 errors
BUILD FAILED (total time: 0 seconds)
There's obviously something I've missed - can anyone help?