wan 2014-08-27 06:31
I can't run your game. I get the error: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path.
I used Windows link.
Foon → Ludum Dare Explorer → LD30 → First Submission
By naturaln0va
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 2202 |
I can't run your game. I get the error: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path.
I used Windows link.
Sorry, no Java.
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.libr
ary.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.Sys$1.run(Sys.java:73)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:95)
at org.lwjgl.Sys.<clinit>(Sys.java:112)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
at java.security.AccessController.doPrivileged(Native Method)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
at net.naturaln0va.ld30.CoreComponent.main(CoreComponent.java:180)
Press any key to continue . . .
Had to do a bit of "hacking" to get the game working