* 이클립스 최신 버전에 lombok 을 설치하면서 발생한 오류 공유
|
An internal error occurred during: "Loading descriptor for KingPork.". Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @7d88fa9c |
Errors occurred during the build. Errors running builder 'Java Builder' on project 'KingPork'. Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @7d88fa9c |
조치 사항 : eclipse.ini 에 아래 설정 추가
--illegal-access=warn
--add-opens java.base/java.lang=ALL-UNNAMED
참고 : https://github.com/projectlombok/lombok/issues/2882
에러 발생 :
Plugin execution not covered by lifecycle configuration: org.apache.maven.palugins:maven-clean-plugin:3.0.0:clean (execution: auto-clean, phase: initialize)
* 문제의 소지가 있는 플러그인에 대해 에러로 처리하면서 발생하는 문제. Ignore 하지 않아도 문제가 되지는 않습니다.
windows > preferences > Maven > Errors/Warnings > Plugin execution not covered by lifecycle configuration : Ignore
'트러블슈팅 & 디버깅' 카테고리의 다른 글
[Eclipse] Eclipse Debug mode 'Source not found' problem (0) | 2022.11.17 |
---|---|
[Open Edx] Ubuntu ansible, open-edx installation error (0) | 2022.07.28 |
[DBeaver] Read only: No corresponding table column (0) | 2022.07.12 |
[Log4j 보안이슈] AWS 보안 서비스를 사용한 Log4j 취약성 보호, 탐지 및 대응 방법 (0) | 2021.12.21 |
[Java] KCB 본인인증 ssl.HandshakeException 해결방법 (0) | 2021.08.10 |