LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: Marn on October 19, 2017, 23:22:36

Title: LWJGL 3.1.3 Not Containing GLFW
Post by: Marn on October 19, 2017, 23:22:36
I get this error in eclipse when I type: import static org.lwjgl.opengl.GLFW.*;
The import org.lwjgl.opengl.GLFW cannot be resolved. Thank you!
Title: Re: LWJGL 3.1.3 Not Containing GLFW
Post by: darkyellow on October 20, 2017, 13:30:16
Have you imported the GLFW jar?
Title: Re: LWJGL 3.1.3 Not Containing GLFW
Post by: CoDi on October 20, 2017, 15:03:43
The correct namespace is org.lwjgl.glfw, not org.lwjgl.opengl.
Title: Re: LWJGL 3.1.3 Not Containing GLFW
Post by: Marn on October 23, 2017, 22:33:41
where is the GLFW jar?