I have installed LWJGL into a Java project, and I can\'t import the Display class.
import org.lwjgl.opengl.display;
Gives a cannot be resol
lwjgl in your project folderlwjgl.jar, lwjgl_util.jar and slick-util.jar into that folderIn case you can't start your program, then set the path to natives folder... https://stackoverflow.com/a/27433775/3615725
Also it should be imported as import org.lwjgl.opengl.Display;
EDIT: For LWJGL 3 try this http://www.lwjgl.org/guide