> On Aug 22, 2016, at 2:56 PM, Steve Drach <[email protected]> wrote:
>
> Is a jar tool that takes a -d option lurking somewhere? The latest one I
> have does not have that option.
It’s in jdk-9+132 and has been in jdk9/dev for 1.5 weeks (see JDK-8136930). It
was -p previously.
$ jar -h
Usage: jar [OPTION...] [ [--release VERSION] [-C dir] files] …
:
:
Main operation mode:
-c, --create Create the archive
-i, --generate-index=FILE Generate index information for the specified jar
archives
-t, --list List the table of contents for the archive
-u, --update Update an existing jar archive
-x, --extract Extract named (or all) files from the archive
-d, --print-module-descriptor Print the module descriptor
: