Re: getServiceLoader method

2016-08-23 Thread Konstantin Barzilovich
Thanks for the answer. I'll file the bug. But I'm not sure what behavior is expected in this case. As I understand, this error occurs because fileManager, which is StandardJavaFileManager, is declared in jdk.compiler. So, what should we expect? Thanks, Konstantin. On 23/08/2016 15:45, Ko

Re: getServiceLoader method

2016-08-23 Thread Alan Bateman
On 23/08/2016 15:45, Konstantin Barzilovich wrote: Hello, Could you please explain, how to use getServiceLoader method of javax.tools.JavaFileManager interface. Should location parameter point to location of class or location of module, which provides implementation? Is it possible to use t