java -jar myjar.jar java -jar /foo/bar/myjar.jar Your jar file needs to have a Manifest file pointing to the main class, or else you need to specify the fully qualified name of the main class as the ...