-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b128
-
generic
-
generic
-
Verified
The expected trick to ignore symbol files does not work:
StandardJavaFileManager fm = ...;
fm.setLocation(PLATFORM_CLASS_PATH, fm.getLocation(PLATFORM_CLASS_PATH));
Also, the file manager ignores any -XD options.
StandardJavaFileManager fm = ...;
fm.setLocation(PLATFORM_CLASS_PATH, fm.getLocation(PLATFORM_CLASS_PATH));
Also, the file manager ignores any -XD options.