How to resolve module-info.java compile error in Jdk9/java-9

后端 未结 4 1282
傲寒
傲寒 2021-01-05 03:06

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         


        
4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-05 03:20

    JSR 376 is not final yet and there are several topics still under discussion. The latest proposal on the #VersionsInModuleNames topic is here:

    http://mail.openjdk.java.net/pipermail/jpms-spec-experts/2017-March/000659.html

提交回复
热议问题