일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 한글 인코딩
- alias
- rownum
- git
- ||
- sql developer
- Java
- Oracle SQL
- 모조칼럼
- jQuery
- github
- distinct
- oracle
- 제약조건
- Bootstrap
- Oracle DB
- SQL
- tomcat
- CRUD
- JSP
- group by
- 성적프로그램
- JavaScript
- 이클립스
- 답변형 게시판
- HTTP Status 404
- HTML
- 부트스트랩
- HTTP Status 500
- 과정평가형
Archives
초급의 끄적거림
[Ecilpse 오류] save could not be completed 본문
이클립스 파일 저장시 에러가 남
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
'JAVA' 카테고리의 다른 글
[Spring] 어노테이션 (0) | 2019.11.30 |
---|---|
[Base64] base64 암호화 복호화 (0) | 2019.11.28 |
[JAVA] 반복문 (While / For문) / 배열 Array (0) | 2019.10.11 |
[JAVA] 임시 비밀번호 생성 소스 (0) | 2019.09.25 |
[JAVA] 반복문 (for / 무한루프 / break / continue) (0) | 2019.09.10 |
Comments