Exporting a package from system module is not allowed with --release

前端 未结 5 1704
迷失自我
迷失自我 2021-01-02 03:15

I have the following program:

module-info.java

module a {
}

Main.java

public clas         


        
5条回答
提交回复
热议问题