|
網誌存檔
熱門網志
|
|
|
Packaging Programs in JAR Files The JavaTM Archive (JAR) file format enables you to bundle multiple files into a single archive file. Typically a JAR file contains the class files and auxiliary resources associated with applets and applications. Using JAR Files: The BasicsThis section shows you how to perform basic JAR-file operations, and how to run software that is bundled in JAR files. Working with Manifest Files: The BasicsThis section explains manifest files and how to customize them so you can do such things as seal packages and set an application`s entry point. Signing and Verifying JAR FilesThis section shows you how to digitally sign JAR files and verify the signatures of signed JAR files. Using JAR-related APIsThis section introduces you to some of the JAR-handling features of the Java platform. The JAR file format is an important part of the Java platform`s extension mechanism. You can learn more about that aspect of JAR files in the The Extension Mechanism trail of this tutorial. Additional ReferencesThe documentation for the Java Development Kit includes information about the Jar tool: |
-------------------------------------------------
| 上一篇:Jar and Zip Enhancements | 下一篇:Java Archive (JAR) Files |

