Java

[Java 에러 해결방법] Error occurred during initialization of boot layer

신소금 2022. 2. 16. 13:30

에러 메세지

Error occurred during initialization of boot layer

java.lang.LayerInstantiationException: Class loader (instance of): 'app' tried to define prohibited package name: java

 

해결 방법

자바 파일 실행 시 위와 같은 에러가 날 때, module-info.java 파일을 삭제하면 에러를 해결할 수 있다.