Separate compilation with modular JARs?
Jesse Glick
jesse.glick at oracle.com
Wed Jun 6 06:37:44 PDT 2012
On 06/06/2012 05:47 AM, Alan Bateman wrote:
> There are a couple of things here.
OK, thanks for explanation. This is another case where it would be very handy to have a wiki page (or versioned TODO file) listing things which are believed to be
implemented vs. things which are known not to work yet.
By the way doc/topics/modularjar.html talks about a "module-info in the META-INF directory" but this is inconsistent with the exploded class structure - I would expect a
modular JAR to be one in which module-info.class is present at top level (i.e. jar:file:/m.jar!/module-info.class).
More information about the jigsaw-dev
mailing list