Java keeps throwing this:
Unsatisfied Link Error: No lwjgl64 in java.library.path
I have the lwjgl natives in my libs folder and I passed in the -Djava VM argument in the configs, but the error still gets thrown.
Here is the exact error being thrown:
Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:871)
at java.lang.System.loadLibrary(System.java:1122)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:87)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at com.myprojectnameisbeingsensoredbyme.project.Project.run(Project.java:227)
at java.lang.Thread.run(Thread.java:748)
question from:
https://stackoverflow.com/questions/66049334/how-to-fix-my-java-unsatisfied-link-error 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…