About 1 results
Open links in new tab

Can't execute jar- file: "no main manifest attribute"
Mar 14, 2012 · That should have been java -jar app.jar instead of java -jar "app".. The -jar option only works if the JAR file is an executable JAR file, which means it must have a manifest file …