In case of error, it should throw an exception. Try to run your jar file from command line:


java -jar YourJar.jar

to see if there is any exception message thrown in the console.

If no,...