관리 메뉴

코딩 브이로그

[Apache Tomcat] Unrecognized option: --add-opens when passed with _JAVA_OPTIONS 본문

오류

[Apache Tomcat] Unrecognized option: --add-opens when passed with _JAVA_OPTIONS

표준프레임워크 풀스텍 개발자 홍의표 2024. 2. 7. 15:47

[원인]

구글링 해본 결과 자바 8버전에서는 --add-opens 라는 옵션이 없기 때문에 에러가 나는 것.
참고링크

[해결방법]

eclipse 기준

run - run configurations - tomcat v.?.?~ - Arguments - VM Arguments

에서 --add-opens 가 붙은 옵션들을 모두 제거해준다

 

[참조]https://velog.io/@sonyak-ku/Unrecognized-option-add-opens-when-passed-with-JAVAOPTIONS

 
 

velog

 

velog.io