Lang_Development/JAVA
[JAVA] Eclipse on Mac
변익수
2015. 9. 21. 16:48
반응형
1. UTF-8 설정
1) 이클립스 설정
General > Workspace > Text file encoding(UTF-8)
General > Content Types > Default encoding: UTF-8
General > Editors > Text Editors > Spelling > Encoding: Default(UTF-8)
2) 환경변수 설정
$ cd
$ pwd
/Users/isbyeon
$ vi .bash_profile
export PATH=${PATH}
export JAVA_TOOL_OPTIONS=0Dfile.encoding=UTF-8
반응형