by "jbwest" <jbwest@[EMAIL PROTECTED]
>
Jul 13, 2008 at 08:20 PM
"lk" <gofyself@[EMAIL PROTECTED]
> wrote in message
news:4879b85c$0$26088$db0fefd9@[EMAIL PROTECTED]
> 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?
>
The jogl jars aren't in your $CLASSPATH
Add them. You'll need to add the DLL's to your $PATH to run, also.
jbw