Hello Guest

LWJGL 3.1.3 Not Containing GLFW

  • 3 Replies
  • 6042 Views
LWJGL 3.1.3 Not Containing GLFW
« 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!

Re: LWJGL 3.1.3 Not Containing GLFW
« Reply #1 on: October 20, 2017, 13:30:16 »
Have you imported the GLFW jar?

*

Offline CoDi

  • *
  • 49
Re: LWJGL 3.1.3 Not Containing GLFW
« Reply #2 on: October 20, 2017, 15:03:43 »
The correct namespace is org.lwjgl.glfw, not org.lwjgl.opengl.

Re: LWJGL 3.1.3 Not Containing GLFW
« Reply #3 on: October 23, 2017, 22:33:41 »
where is the GLFW jar?