必须声明一个命名包eclipse,因为此编译单元与命名模块相关联
昨天我刚刚下载了Java的eclipse,但是当我尝试制作自己的第一个程序时,我不断收到此错误:
must declare a named package eclipse because this compilation unit is associated to the named module x.
我该如何解决?
回答:
只需在Project Explorer选项卡上删除 module-info.java 。
以上是 必须声明一个命名包eclipse,因为此编译单元与命名模块相关联 的全部内容, 来源链接: utcz.com/qa/430225.html