728x90
1. Settings - File Encodings를 UTF-8로 변경 (Ctrl + Alt + S)
Global Encodings, Project Encoding, Properties Files를 UTF-8로 변경
2. VM Options 편집
Help - Edit Custom VM Options
-Dfile.encoding=UTF-8
-Dconsole.encoding=UTF-8
맨 아래에 추가 후 IntelliJ 재시작
[Intellij]콘솔창에 한글이 깨져서 나올때 최후의 방법
안녕하세요 여러분들도 한번씩은 겪어보셨을만한 상황을 가지고 와봤습니다. 제 상황은 콘솔창에 한글이 깨져서 나오는 문제상황이었습니다. > 이런 간단한 한글을 띄우는게 목적이었으나 한
velog.io
https://da-nyee.github.io/posts/intellij-console-encoding-issue/
[IntelliJ] 콘솔 한글 깨짐 (Console Encoding Issue)
Introduction
da-nyee.github.io
'JAVA > IntelliJ' 카테고리의 다른 글
[IntelliJ] Code Style, Code Convention 적용하기 (0) | 2024.05.20 |
---|---|
[IntelliJ] 주석 안 됨 해결방법 (1) | 2024.01.15 |
[IntelliJ] 자바 버전 변경 방법 (JDK 11 → JDK 17) (0) | 2023.10.24 |