[자바 오류해결] Error occurred during initialization of boot layer

무야호옹·2021년 9월 14일
6
post-thumbnail

오류

Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: D:\eclipseForJavaWork\test2\bin
Caused by: java.lang.module.InvalidModuleDescriptorException: Test2.class found in top-level directory (unnamed package not allowed in module)

해결

module-info.java 때문에 발생하는 오류라고 한다
module-info.java파일을 삭제했더니 해결됬다!

응 삭제.. 😑

끝!

4개의 댓글

comment-user-thumbnail
2021년 12월 17일

정말 감사드립니다 오늘 이 것 땜에 코딩이 안되었습니다

답글 달기
comment-user-thumbnail
2022년 9월 13일

감사합니다....

답글 달기
comment-user-thumbnail
2023년 2월 5일

감사합니다

답글 달기
comment-user-thumbnail
2023년 9월 2일

감사합니다!!

답글 달기