Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
645 jar uf MyJar.jar MathUtil.class This command updates the MyJar.jar manifest with the name: value pairs in manifest. jar umf manifest MyJar.jar The following command adds MathUtil.class in the classes directory to MyJar.jar. jar uf MyJar.jar -C classes MathUtil.class List The following command lists the contents of MyJar.jar: jar tf MyJar.jar