On 14/09/2015 20:21, Stuart McCulloch wrote:
That may be a bug as I wouldn't expect the ToolProvider.getSystemXXX methods to locate the these tools via the TCCL.Yes, the issue is that ToolProvider.getSystemJavaCompiler() is returning null when using the Jigsaw EA with Maven. AFAICT this is because it’s now using the service loader mechanism which is influenced by the Thread’s context ClassLoader
-Alan.