|
網誌存檔
熱門網志
|
|
|
Using JAR Files: The Basics JAR files are packaged with the ZIP file format, so you can use them for tasks such as lossless data compression, archiving, decompression, and archive unpacking. These tasks are among the most common uses of JAR files, and you can realize many JAR file benefits using only these basic features. Creating a JAR FileThis section shows you how to use the Jar tool to package files and directories into a JAR file. Viewing the Contents of a JAR FileYou can display a JAR file`s table of contents to see what it contains without actually unpacking the JAR file. Extracting the Contents of a JAR FileYou can use the Jar tool to unpack a JAR file. When extracting files, the Jar tool makes copies of the desired files and writes them to the current directory, reproducing the directory structure that the files have in the archive. Updating a JAR FileThis section shows you how to update the contents of an existing JAR file by modifying its manifest or by adding files. Running JAR-Packaged SoftwareThis section shows you how to invoke and run applets and applications that are packaged in JAR files. |
-------------------------------------------------
| 上一篇:Running JAR-Packaged Software | 下一篇:The JarClassLoader Class |

