error GLFWKeyCallback in intellij idea

Started by wartemw, September 28, 2016, 12:34:31

Previous topic - Next topic

wartemw


spasi

It looks like you're using -source 1.5 and -target 1.5. LWJGL requires Java 8.

wartemw


spasi

Check the javac settings under: Settings -> Build, Execution, Deployment -> Compiler -> Java Compiler.

wartemw

Quote from: spasi on September 28, 2016, 13:56:48
Check the javac settings under: Settings -> Build, Execution, Deployment -> Compiler -> Java Compiler.
thank you!