Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8060056 replace java.io.File with java.nio.file.Path
  3. JDK-8316584

Release Note: Replace `java.io.File` with `java.nio.file.Path`

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Delivered
    • Icon: P4 P4
    • 9
    • 9
    • tools

      The `javac` compiler handles source files linked by symbolic links differently starting with this JDK release. Previous behavior would generate the class file in the same directory as the symbolic link target file. The new behavior will generate the class in the same directory as the source of the symbolic link file. To override this behavior, use the `-d javac` option to specify where to place generated class files.

            rwallace Ryan Wallace (Inactive)
            rwallace Ryan Wallace (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: