> Can you try `java -modulepath commons-collections-4.0.0.jar -listmods` to see the module name that is listed? > > See also the javadoc for ModuleFinder.of [1] as that specifies how module names are derived. ... and fortunately I don't need to speculate because it's spelled out here, nice! -- Sander