Manifest-Version: 1.0
Name: sunw/demo/molecule/Molecule.class
Java-Bean: True
jar cfm jar-name manifest-name bean-name1 bean-name2...
jar cfm Avogadro.jar MANIFEST.MF sunw/demo/molecule/Molecule.classIf you did not need to create a manifest file in step 3, then the command to create a JAR file takes the form:
jar cfm jar-name bean-name..Be sure to list each file to include if you use this second form of the JAR command.
jar tf jar-name
Last Updated: 09/03/97 11:33:53