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

Unable to tee or redirect the output of java -fullversion

    XMLWordPrintable

Details

    • sparc
    • solaris_8

    Description

      When you try to tee the output of `java -fullversion` to a file, nothing appears in the file

      # java -fullversion
      java full version "javavm12_dev06_1999.01.07"
      # java -fullversion | tee /tmp/version
      java full version "javavm12_dev06_1999.01.07"
      # more /tmp/version
      #

      When you try to redirect the output of `java -fullversion` to a file, nothing appears in the file and the output appears on the terminal window

      # java -fullversion >/tmp/version
      java full version "javavm12_dev06_1999.01.07"
      # more /tmp/version
      #

      Attachments

        Activity

          People

            dstoutamsunw David Stoutamire (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: