To run a JAR file from the command line in ubuntu using the following command:
java -jar filename.jar
Otherwise it is also possible to enable double clicking to run jar files too by the following simple steps:
Find the .jar file in the File Browser (a.k.a Nautilus) Right click the .jar file > Properties […]