So I was working on a few GLFW wrapper classes, and I started getting this compile error
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files
Apparently, this is caused by a missing library that another library is dependant on… I googled it, and LambdaMetafactory is a part of the Java 8 environment… I’ve tried LWJGL-Nightly (#52), LWJGL-Stable, and the LWJGL-3.0.0a libraries… The latter of which used to work before, so is it just me, or does LWJGL have a Java 8 dependency? I’ve recompiled the project and all, to no avail…
Thanks in advance.