When I run the .jar, I get a “No lwjgl in java.library.path” error
问题 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.library.path=C:\\LWJGL\\native\\windows to the \"Run\" category in the project\'s properties. When I run the file in Netbeans, it runs perfectly with no issue. But when I run the .jar via double-clicking the file, nothing pops up (not even the momentary cmd error window, as far as I can tell). And when I run the file via command line