The -release option is not compatible with JavaFileManagers

Keimpe Bronkhorst keimpe.bronkhorst at oracle.com
Tue Oct 13 22:50:26 UTC 2015


I have a custom JavaFileManager used for JSR199 compilations, but when I 
use the -release option I see:

Error: -release option specified, but the provided JavaFileManager is 
not a StandardJavaFileManager..

This basically forces everybody to implement StandardJavaFileManagers, 
even if they don't want that. Isn't there a way to make this work with 
JavaFileManagers?

Keimpe Bronkhorst
JDeveloper



More information about the jigsaw-dev mailing list