Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8171524

jar --help doesn't provide information that stdout and stdin can be used as output and input for tool

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • tools
    • jar
    • b156

        jar --help contains examples like
        "jar --create --file classes.jar Foo.class Bar.class"

        but it unclear what stdout can be used here
        jar --create Foo.class Bar.class > classes.jar

        or jar --list < classes.jar

        Also there is no information about loading options from file. jar --create @argfile

              henryjen Henry Jen
              anazarov Andrey Nazarov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: