Ok so I don’t know who saw my other post but I’m trying to convert my game to Slick2D but I am having a bit of trouble getting started. Everything compiles correctly but when I try and run just an empty application with Slick2D i get “Exception in thread “main” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path” what all do i have to do to use Slick? I added slick.jar, lwjgl.jar, and ibxm.jar to my project. Apparently I’m missing another step…
Also just out of curiousity what is ibxm.jar? I just added it according to some tutorial.