I have the following program:
module-info.java
module a { }
Main.java
public clas
use -target & -source instead:
-target
-source
-target 11 -source 11