Purpose: | Extract or list files in a Java JAR archive |
Format: | UNJAR [/= /A:[[-][+]rhsdaecjot] /C /E /F /O /P /Q /T /TEST /U /V] jararchive [path] [@file] file... |
jararchive | The JAR file to work with |
path | The path where files will be extracted |
file | The file(s) to extract |
File Completion Syntax:
The default filename completion syntax is: [1] dirs jar [2*] *
Usage:
UNJAR will extract or list files in a Java JAR archive. The syntax is similar to the UNZIP command.
Options:
/A:... | Select only those files that have the specified attribute(s) set. See Attribute Switches for information on the attributes which can follow /A:. Do not use /A: with @file lists. See @file lists for details. |
You can specify /A:= to display a dialog to help you set individual attributes.
/F | Extract only those files that currently exist in the target folder, and which are older than the file in the Jar archive. |
/O | Overwrite existing files. UNJAR normally prompts before overwriting an existing file; /O will suppress the prompt. |
/TEST | Test the integrity of the JAR file (header and contents). Any errors will be displayed on STDERR. |
/U | Extract files which either don't exist in the target folder, or which are older than the file in the Jar archive. |