Hey, I just started developing using Slick 2d and lwjgl and I am having a tough time making a runnable jar.
Whenever I run from eclipse my program runs perfectly fine, whenever I go to export into a runnable jar and try to run it nothing happens.
I don't get an error or anything, I just double click it and nothing happens. So I tried using JarSplice and I'm still having issues, my program opens at the correct resolution (800, 600) for a second (only with a black screen) and then crashes and doesn't supply an error....
I'll try to start from the top of what I am doing so enough information is being supplied about my problem
When I export my project,
Highlight Project -> Export -> Java-> Runnable JAR file.
Launch Configuration: SlickRPGGame - rpgGame
Export Destination: C:\Users\Griever\Desktop\SlickRPGGame.jar
Library Handling: Package required libraries into generated Jar.
Finish...
When I run it like this NOTHING happens
Open JarSlice....
Add Jars:
SlickRPGGame.jar
ibxm.jar
jogg-0.0.7.jar
jorbis-0.0.15.jar
lwjgl.jar
slick.jar
Add Natives:
jinput-dx8.dll
jinput-dx8_64.dll
jinput-raw.dll
jinput-raw_64.dll
lwjgl.dll
lwjgl64.dll
OpenAL32.dll
OpenAL64.dll
Main Class:
javagame.SlickRPGGame
Create Fat Jar
When I run it like this the window opens for a second.
Help please

, a noob appreciates it very much<3.
Thanks in advance, guys.