Hi!
Is someone using Slick and can make a executable jar?
If I start my game throught netbeans it run 100%.
Now I wanted to make a .jar.
But when I execute my .jar from the dist directory I get an error:
Exception in thread “main” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
I found many threads on google but no real solution.
I put the lwjgl.dll in my lib directory an change the VM Path to that but still the error.
Had someone the same problem?