It seems like this issue occurs because I have Java 11 as the default Java, and LWJGL 2 doesn't support that version. I changed my default Java to 8, and everything works now.
This issue is likely caused by the newest version of Gradle having Java 11 as its dependency, and automatically setting the default Java version to 11. It occured on my machine because I use Gradle as my build system for development using JVM-based languages (Java, Groovy, Scala, etc.).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
1.13 works fine, however 1.12.2 doesn't even display a window and logs this in the output:
Has anybody else encountered this issue, and possibly found a solution?
It seems like this issue occurs because I have Java 11 as the default Java, and LWJGL 2 doesn't support that version. I changed my default Java to 8, and everything works now.
This issue is likely caused by the newest version of Gradle having Java 11 as its dependency, and automatically setting the default Java version to 11. It occured on my machine because I use Gradle as my build system for development using JVM-based languages (Java, Groovy, Scala, etc.).