Issue with an automatic module

Alan Bateman Alan.Bateman at oracle.com
Mon Aug 1 16:32:23 UTC 2016


On 01/08/2016 08:37, charbel yazbeck wrote:

> Hi
>
>
> i was trying to play around latest jigsaw version in order to adapt an open source projet that i developed and i found the following issue.
>
> When using a jar containing a class with no package, the modulefinder is failing to create its module descriptor.
>
>
A named module (this includes automatic modules) can't have types in the 
unnamed package. So the FindException is correct, this seems to be JAR 
file that can't be automatic module. Do you know this plugin? It is 
completely in the unnamed package?

-Alan


More information about the jigsaw-dev mailing list