站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Java Archive (JAR) Files - JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Java

Java Archive (JAR) Files

Documentation Contents
JAR (Java Archive) is a platform-independent file format that aggregates many files into one. Multiple Java applets and their requisite components (.class files, images and sounds) can be bundled in a JAR file and subsequently downloaded to a browser in a single HTTP transaction, greatly improving the download speed. The JAR format also supports compression, which reduces the file size, further improving the download time. In addition, the applet author can digitally sign individual entries in a JAR file to authenticate their origin. It is fully extensible.

Overview and Specification

API Specification

Tutorials and Programmer's Guides

Enhancements

JAR Tools

More Information


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.

Sun
Java Software