본문 바로가기
Web/Spring

[2022.06.04] How to fix error: noverify were deprecated in JDK 13 and will likely be removed in a future release on IntelliJ?

by injekim97 2022. 6. 4.
반응형

[2022.06.04] How to fix error: noverify were deprecated in JDK 13 and will likely be removed in a future release on IntelliJ?

 

 

 

Spring 실행 시 에러메시지 발생 2 

 

OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

원인 :  JDK13에서 -Xverify:none와 -noverify 옵션이 제거되면서 발생하는 오류

 

 

해결방법
    a. 우측 상단 > ▼ > Edit Configurations 

 

 


    b. Alt + M > Disable launch optimization  > apply > OK 

 

 

 

실행 결과

 

반응형

댓글