Issue with an automatic module

Jochen Theodorou blackdrag at gmx.org
Tue Aug 2 16:51:20 UTC 2016


On 02.08.2016 15:19, Peter Levart wrote:
> Hi,
>
> Top-package (unnamed package) classes can not be referenced from classes
> in named packages anyway, so they usually represent just reflective
> entry points (such as Main class with main() method).

In Java that is you mean. The JVM does not care about the package as 
long as the class can be found, nor does a class loader. It is a java 
compiler restriction, an intended one, but only for those wanting to be 
a java compiler.

bye Jochen


More information about the jigsaw-dev mailing list