The interaction between Paths and JavaFileManager is very string-centric, resulting in excessive translation to File objects.
The paths returned from Paths should be Collection<File> (or better, Collection<URI>)
and JavaFileObject updated accordingly.
The paths returned from Paths should be Collection<File> (or better, Collection<URI>)
and JavaFileObject updated accordingly.
- relates to
-
JDK-6405099 Compiler crashes when javac encounters /usr/jdk/packges/lib/ext with no 777 permissions
-
- Closed
-