JAVA
[Ecilpse 오류] save could not be completed
codingD
2019. 11. 25. 09:48
이클립스 파일 저장시 에러가 남
save could not be completed.
Reason:
some characters cannot be mapped using "ISO-8859-1" character encoding.
Either change the endcoding or remove the characters which are not supported by the "ISO-8859-1" character encoding.
→ 인코딩 타입이 맞지 않는 문자가 있어서 저장할 수 없다는 것
Window → Preference →General →Content Type → (우측) Text →(하단) Default encoding → UTF-8 로 설정 후 Update →OK 후 SAVE