java - LWJGL Not installing correctly -
so i've been trying set lwjgl past 2 , half hours or looking @ every tutorial. believe i'm doing incorrect because none of them work. see, put down basic function such display.create();
, reason "display" not importing. suggestions eclipse gives me "create constructor, class, etc" "display". while browsing web discovered should imported import org.lwjgl.opengl.display;
it's not suggesting imports related that. neither displaymode
, comes java.awt import.
so, appreciated.
thanks.
did include various jars in java build path ? go project configuration, try setting :
Comments
Post a Comment