org.lwjgl.system.Library error
问题 I set up LWJGL 3 in Eclipse, and it's giving me this error when I try to run the test code from https://www.lwjgl.org/guide: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.lwjgl.system.Library at org.lwjgl.system.MemoryAccess.<clinit>(MemoryAccess.java:22) at org.lwjgl.system.Pointer.<clinit>(Pointer.java:22) at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:594) at HelloWorld.run(HelloWorld.java:30) at HelloWorld.main(HelloWorld.java:109) I made sure that