Re: JavaFileManager UnsupportedOperationException

2015-10-08 Thread Jonathan Gibbons
JavaFileManager has some new methods whose default implementation is to throw UOE. Are you providing your own full custom file manager? If you are, and you are using it in a module-oriented compilation (i.e. -target 9) then you need to provide the new methods. -- Jon On 10/08/2015 02:16 PM

JavaFileManager UnsupportedOperationException

2015-10-08 Thread Keimpe Bronkhorst
I'm running with jigsaw build 1.9.0-ea-jigsaw-nightly-h3477-20150929-b83. I'm trying to do a JSR199 compilation using ToolProvider.getSystemJavaCompiler(), but the compile fails immediately with the exception below. I don't have access to the sources of this JDK. Does somebody know what I'm doi