Exception in thread “main” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

后端 未结 1 518
感动是毒
感动是毒 2021-01-18 12:18

I\'m building the basic Slick game example explained here: http://slick.cokeandcode.com/wiki/doku.php?id=01_-_a_basic_slick_game, and I\'m running into some problems. Specif

1条回答
  •  北海茫月
    2021-01-18 13:04

    Add a -Djava.library.path=path/to/dir to the commandline or as an VM option in your IDE so that lwjgl is able to find the folder containing the native files.

    0 讨论(0)
提交回复
热议问题