관련글: http://gocoding.tistory.com/42
위와 같이 폰트가 깨질 때.
현재 설정: Eclipse Preferences -> General -> Workspace -> Text file encoding 설정이 UTF-8로 되어 있다.
Run Configurations…
VM arguments에 아래 문장 입력
-Dfile.encoding=MS949
Apply를 누르고, Run 단추를 누르면 OK!
잘 보입니다 ^^
한글 폰트 깨지는 상황.
Run Configurations…
Common 탭에서 Encoding을 EUC-KR로 변경
잘 된다!