How are you executing the contents of the jar file?
Have you tried opening a command prompt and entering the java command to execute the jar's contents:
java -jar <JARFILE_NAME>
What happens?
...