Relates :
|
We may need to update javac to support compiling with modular JARs on the module path that are also multi-release JARs with a module-info.class in the versioned section of the JAR. As things currently stand in jdk9/dev then javac seems reads the module-info.class in the top-level directory.
|