Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Setting an Application's Entry Point - Pg. 645

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