LWJGL 3.1.3 Not Containing GLFW

Started by Marn, October 19, 2017, 23:22:36

Previous topic - Next topic

Marn

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!

darkyellow


CoDi

The correct namespace is org.lwjgl.glfw, not org.lwjgl.opengl.

Marn