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

macOS compressed archives, tar.gz files, have an extra dot as top level directory

XMLWordPrintable

      When reviewing the contents of the compressed archives, for most platforms (linux, windows, solaris on 8), the top level directory is a folder with the name of the jdk version. For the macOS builds, the top level folder is named "." and there is a second level folder with the name of the JDK version.

      E.g. for 17.0.16+9

      On linux-x64 you get:

      jdk-17.0.16_linux-x64_bin.tar.gz
      -->jdk-17.0.16
      ---->bin
      ---->conf
      ---->etc..

      For for macOS-aarch64 it goes:
      jdk-17.0.16_macos-aarch64_bin.tar.gz
      -->. ( <--the extra folder )
      ---->jdk-17.0.16.jdk
      ------>Contents
      -------->Home
      -------->MacOS
      -------->etc.

      Downloading and uncompressing the tar.gz "ignores" the extra "."

            Unassigned Unassigned
            agarciar Aurelio Garcia-Ribeyro
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: