JAVA: Eclipse의 AWT 폰트 깨짐, Console 폰트 깨짐 해결

관련글: http://gocoding.tistory.com/42

 

clip_image001

위와 같이 폰트가 깨질 .

 

clip_image002

현재 설정: Eclipse Preferences -> General -> Workspace -> Text file encoding 설정이 UTF-8 되어 있다.

 

clip_image003

Run Configurations…

 

clip_image004

VM arguments 아래 문장 입력

-Dfile.encoding=MS949

Apply 누르고, Run 단추를 누르면 OK!

 

clip_image005

보입니다 ^^

 

 

 

 

 

clip_image001[4]

한글 폰트 깨지는 상황.

 

clip_image002[4]

Run Configurations…

 

clip_image003[4]

Common 탭에서 Encoding EUC-KR 변경

 

clip_image004[4]

된다!

 

참고 URL: http://negafix.tistory.com/entry/Eclipse-Console-%EC%97%90%EC%84%9C-%ED%95%9C%EA%B8%80%EC%9D%B4-%EA%B9%A8%EC%A7%80%EB%8A%94-%EA%B2%BD%EC%9A%B0

이것도 살펴보세요!

Vue3: 프로젝트 폴더/파일 구성, ESLint

새로 만든 Vue 프로젝트의 폴더/파일 구성 폴더/파일내용.vscodeVisual Studio용 설정 파일dist배포용 파일 세트를 저장node_modules라이브러리를 저장public웹으로 공개할 …

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다