To keep it short & sweet, I have written an ant file that compiles my source code, unjars the libraries for slick2d, nifty, etc, zips that up into it's own jar and then copies the lwjgl native dlls into the same folder, so the folder layout is something like this:
/bin/
output.jar
lwjgl.dll
lwjgl64.dll
But for some reason, output.jar gives me an UnsatisfiedLinkException saying it cannot find the natives. Any ideas on what I can do? I got the same result while packing the natives inside the .jar file too.