|
網誌存檔
熱門網志
|
|
|
Working with Manifest Files: The Basics JAR files support a wide range of functionality, including electronic signing, version control, package sealing, and others. What gives a JAR file this versatility? The answer is the JAR file`s manifest. Understanding the Default ManifestWhen you create a JAR file, a default manifest is created automatically. This section describes the default manifest. Modifying a Manifest FileThis section shows you the basic method of modifying a manifest file. The later sections demonstrate specific modifications you may want to make. Setting an Application`s Entry PointThis section describes how to use the Main-Class header in the manifest file to set an application`s entry point. Adding Classes to the JAR File`s ClasspathThis section describes how to use the Class-Path header in the manifest file to add classes in other JAR files to the classpath when running an applet or application. Setting Package Version InformationThis section describes how to use the package version headers in the manifest file. Sealing Packages within a JAR FileThis section describes how to seal packages within a JAR file by modifying the manifest file. |
-------------------------------------------------
| 上一篇:Adding Classes to the JAR File`s Classpath | 下一篇:Creating a JAR File |

