Argh I'm going insane, what should be completely simply totally eludes me ~.~
I am on Windows XP and use TextPad to write my java code.
I have jogl.jar and the .dll's in C:\jogl\
I have added C:\jogl\jogl.jar to CLASSPATH
When i do System.out.println(System.getProperty("java.library.path")); C:\jogl\ is listed (so I assume that Java can find it)
But I cannot compile anything because it won't let me do - import net.java.games.jogl.*;
I just get
"C:\jogl\JOGL2DBasics.java:6: package net.java.games.jogl does not exist
import net.java.games.jogl.*;"
Please please please could somebody help, I just don't know what I'm doing wrong!
Thanks



