I try to compile a (LWJGL) Java project using NetBeans. I clicked on the project -> properties and under Libraries -> Compile. I added the Jars location, the source files location and javadoc location.
Still when I try to build the project I get the error:
package org.lwjgl does not exist.
What can I do to resolve this error?