java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path but natives are set -


i understand question has been asked before, yet no matter how many solutions try, still following error:

exception in thread "game" java.lang.unsatisfiedlinkerror: no lwjgl in java.library.path     @ java.lang.classloader.loadlibrary(unknown source)     @ java.lang.runtime.loadlibrary0(unknown source)     @ java.lang.system.loadlibrary(unknown source)     @ org.lwjgl.system.library.loadsystem(library.java:97)     @ org.lwjgl.system.library.<clinit>(library.java:48)     @ org.lwjgl.system.memoryaccess.<clinit>(memoryaccess.java:22)     @ org.lwjgl.system.pointer.<clinit>(pointer.java:22)     @ org.lwjgl.glfw.glfw.<clinit>(glfw.java:594)     @ main.init(main.java:27)     @ main.run(main.java:39)     @ java.lang.thread.run(unknown source) 

the problem have set natives: properties dialog

this location folder:

enter image description here

i have downloaded lwjgl , in order make work.

thanks in advance!

it turns out anti-virus deleting lwjgl.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -