Your import
import org.lwjgl.opengl.glu.GLU;
doesn’t register, and should be:
import org.lwjgl.util.glu.GLU;
Your import
import org.lwjgl.opengl.glu.GLU;
doesn’t register, and should be:
import org.lwjgl.util.glu.GLU;