Hello Guest

error GLFWKeyCallback in intellij idea

  • 4 Replies
  • 4690 Views
error GLFWKeyCallback in intellij idea
« on: September 28, 2016, 12:34:31 »
how to solve this error

*

Offline spasi

  • *****
  • 2256
    • WebHotelier
Re: error GLFWKeyCallback in intellij idea
« Reply #1 on: September 28, 2016, 13:19:50 »
It looks like you're using -source 1.5 and -target 1.5. LWJGL requires Java 8.

Re: error GLFWKeyCallback in intellij idea
« Reply #2 on: September 28, 2016, 13:42:08 »
LWJGL requires Java 8.

*

Offline spasi

  • *****
  • 2256
    • WebHotelier
Re: error GLFWKeyCallback in intellij idea
« Reply #3 on: September 28, 2016, 13:56:48 »
Check the javac settings under: Settings -> Build, Execution, Deployment -> Compiler -> Java Compiler.

Re: error GLFWKeyCallback in intellij idea
« Reply #4 on: September 28, 2016, 14:19:43 »
Check the javac settings under: Settings -> Build, Execution, Deployment -> Compiler -> Java Compiler.
thank you!