I have a module module - a, module-b and module-c. When I launch my application, I get the following:
Error initializing boot layer java.lang.module.ResolutionException: Modules module-a and module-b export package some.package to module module-c
What does this mean, given that module-c does not import some.package
and how to fix it?
source
share