Modules A and B export package some.package to module C in Java 9
问题 I have three modules module-a, module-b and module-c. When I run my application I get the following: Error occurred during initialization of boot layer java.lang.module.ResolutionException: Modules module-a and module-b export package some.package to module module-c What does it mean, taking into consideration that module-c doesn't import some.package and how to fix it? 回答1: Looks like you've created a split package, meaning two modules ( module-a and module-b in your case) contain the same