-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: tools
-
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.