8154956: Module system implementation refresh (4/2016)

Andrej Golovnin andrej.golovnin at gmail.com
Sat Apr 30 20:14:59 UTC 2016


>> I have a stupid question: Is it guaranteed that entry.getFileName().toString always
>> returns a value in lowercase?
>> 
> For now, the implementation only treat files on the module path ending in ".jar" as candidate modular JAR or automatic modules. You will get an unrecognized module error with `java -modulepath foo.JAR ..` for example. You'll see the same in the tools. This has not changed in this refresh.

Ah, good to know! :-) Thanks for the info, Alan!

Best regards,
Andrej Golovnin


More information about the jigsaw-dev mailing list