Jar
The Java™ 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.
Common JAR file operations
- To create a JAR file
:
- To view the contents of a JAR file
:
- To extract the contents of a JAR file
:
- To extract specific files from a JAR file
:
- To run an application packaged as a JAR file (requires the Main-class manifest header)
: