Java
IntelliJ 콘솔 한글 깨짐 해결법
GGShin
2022. 7. 28. 15:10
도움말 -> 사용자지정VM옵션편집 메뉴 클릭하여
vmoptions에
-Dfile.encoding=UTF-8
-Dconsole.encoding=UTF-8
이 두 설정을 추가해주니 정상적으로 한글이 콘솔에 출력되었습니다.
참고자료
https://da-nyee.github.io/posts/intellij-console-encoding-issue/
[IntelliJ] 콘솔 한글 깨짐 (Console Encoding Issue)
Introduction
da-nyee.github.io
반응형