简体   繁体   中英

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

I understand that this question has been asked before, yet no matter how many solutions I try, I still get the following error:

Exception in thread "Game" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at org.lwjgl.system.Library.loadSystem(Library.java:97)
    at org.lwjgl.system.Library.<clinit>(Library.java:48)
    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 Main.init(Main.java:27)
    at Main.run(Main.java:39)
    at java.lang.Thread.run(Unknown Source)

The problem is that I have properly set my Natives: 属性对话框

This is the location folder:

在此处输入图片说明

I have just downloaded LWJGL and would like help in order to make it work.

Thanks in advance!

原来,我的防病毒软件正在删除LWJGL。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM