Manifest-Version: 1.0
Created-By: 1.6.0 (Sun Microsystems Inc.
(The content of a manifest file is in header: value pairs with a newline separating each one)
So you could add the following
Main-Class: yourmainclass.classto your file manifest.txt and then
jar cfm myjar.jar manifest.txt
No comments:
Post a Comment