Java 入坑第一天,新建project时的报错提示:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: /Users/chenyue/eclipse-workspace/FirstBlood/bin
Caused by: java.lang.module.InvalidModuleDescriptorException: operear_test.class found in top-level directory (unnamed package not allowed in module)
解决方法:
删除目录栏中的module-info.java即可


![[Java报错提示1]Error occurred during initialization of boot layer java.lang.module.FindException [Java报错提示1]Error occurred during initialization of boot layer java.lang.module.FindException](http://www.mshxw.com/aiimages/31/292763.png)
