When I run the .jar, I get a “No lwjgl in java.library.path” error

后端 未结 7 1374
傲寒
傲寒 2020-11-28 15:40

I\'m making a basic game in Java using the LWJGL Library via Netbeans.

I\'ve created a library with the lwjgl, lwjgl_util, and jinput .jar\'s, and I added -Djava.lib

相关标签:
7条回答
  • 2020-11-28 15:59

    Another thing to check:

    • If you are using a 32 bit JVM, you need 32 bit libraries. (Even on a 64 bit OS)
    • If you are using a 64 bit JVM, you need 64 bit libraries.
    0 讨论(0)
提交回复
热议问题