Библиотека LWJGL не работает
Устанавливал библиотеку по гайду с ютуба, но она не работает, а вместо запуска выдает этот краш- лог
[LWJGL] Failed to load a library. Possible solutions:
a) Add the directory that contains the shared library to -Djava.library.path or -
Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.
[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true
for better diagnostics.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to locate library:
lwjgl.dll
at org.lwjgl.system.Library.loadSystem(Library.java:174)
at org.lwjgl.system.Library.loadSystem(Library.java:64)
at org.lwjgl.system.Library.<clinit>(Library.java:52)
at org.lwjgl.glfw.GLFW.<clinit>(GLFW.java:30)
at JavaPls.main(JavaPls.java:6)