I am trying to run below code using jdk-9 but facing problem when compile using command
Command
javac -d mods .\\module-info.java c
Per the Jigsaw Issues List, a module name cannot end with a number. The purpose is to discourage authors from encoding version numbers in module names.