java 오류Error occurred during initialization of boot layer

Soobeen Yim·2023년 4월 14일
0

java

목록 보기
2/3


시험 공부 중이었는데 에러가 떴다.
근데 구글에 찾아보니까 나같은 경우가 굉장히 많았다.

Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\Users\어쩌고\개인정보때매\가림
Caused by: java.lang.module.InvalidModuleDescriptorException: practice.class found in top-level directory (unnamed package not allowed in module)

Process finished with exit code 1

방법은 간단하다.

module-info.java 삭제!!

앙뇽~ ~ ~ ~

잘 실행되는 것을 볼 수 있다!

profile
화이트 해커가 되고 말겠어 .....

0개의 댓글