16.2.2 Packaging a module

Running this module is now a piece of cake: c:\ocp11\moduletest>java --module-path . --module com.abc.finance.calculators.simpleinterest
image
Status:
Fixed
Fixedinbuild:
1.10
Newtext:
Running this module is now a piece of cake: c:\ocp11\moduletest>java --module-path . --module simpleinterest
Comments:
The name of the module is simpleinterest and not com.abc.finance.calculators.simpleinterest
Reportedby:
DazedTurtle