Nehe Lesson02 error.

Your import


import org.lwjgl.opengl.glu.GLU;

doesn’t register, and should be:


import org.lwjgl.util.glu.GLU;