Pulling my hair out trying to solve this…
Using IntelliJ to try and compile some Java code, but keep getting:
java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
I’ve tried adding lwjgl64.dll to my system environments, and I’ve tried created a ‘libs’ folder in my project and copying the .dll there, as well as setting my VM options with:
-Djava.library.path="C:\Program Files\Java\lwjgl-2.9.3\native\windows\lwjgl64.dll"
No luck… Why is this so difficult to setup?