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

[packager] Symlink Check is wrong

    XMLWordPrintable

Details

    Description

      Investigate this code. Windows XP does not support symlinks but Windows 7 and above does.

      IOUtils.java

          public static boolean isNotSymbolicLink(File file) {
              //no symlinks on windows
              if (Platform.getPlatform() == Platform.WINDOWS) {
                  return true;
              }

      Attachments

        Activity

          People

            cbensen Chris Bensen (Inactive)
            cbensen Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: