Question about FileManagers in Jigsaw.
Fredrik Öhrström
fredrik.ohrstrom at oracle.com
Mon Mar 12 07:23:07 PDT 2012
Thanks Alan!
2012-03-12 15:09, Alan Bateman skrev:
> Not necessarily, reserve DNS is a possible convention but it's likely
> there will be others too, maybe <project/library>.<component> or names
> similar to Maven artifact ids for example.
Are you going to allow slashes in the module name?
> In the current prototype then JDK modules are prefixed with "jdk." or
> "sun." but that will likely change. As the module graph and the modules
> that comprise Java SE will be something defined by Java SE 8 then it's
> very likely they will include "java" in the name.
ok!
> There isn't requirement that the view names be prefixed with the module
> name. We have examples in the current prototype where this isn't the
> case - for example the jdk.devtools module has the views jdk.javac and
> jdk.javah.
So, its just global module names and an error/exception is thrown if two
modules views have the same name?
Is it the -modulepath option that enables executing raw classes from
disk, no jmod files, no installing of jmods into jvm?
//Fredrik
More information about the jigsaw-dev
mailing list