-
Sub-task
-
Resolution: Delivered
-
P4
-
9
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.