1. 이클립스 설치 및 환경설정
Eclipse IDE for Enterprise Java and Web Developers
Eclipse IDE for Enterprise Java and Web Developers | Eclipse Packages
Package Description Tools for developers working with Java and Web applications, including a Java IDE, tools for JavaScript, TypeScript, JavaServer Pages and Faces, Yaml, Markdown, Web Services, JPA and Data Tools, Maven and Gradle, Git, and more. Click he
www.eclipse.org
A. 이클립스 UTF-8 설정하기
- Preferences >> Content Types >>
1) Java Archive(.jar/zip) >> Default encoding: UTF-8 >> Update
2) Java Class File
3) Text >> CSS
4) Text >> HTML
5) Java Properties File
6) Java Source File
7) JSP








- Preferences >> Web >>
1) CSS Files >> Encoding: UTF-8
2) HTML Files >> Encoding: UTF-8
3) JAP Files >> Encoding: UTF-8



'Java' 카테고리의 다른 글
| [고급자바] Stack & Queue (0) | 2023.03.02 |
|---|---|
| [고급자바] ArrayList 문제 (0) | 2023.03.01 |
| [고급자바] Collection(List) (0) | 2023.03.01 |
| [고급자바] Collection(Vector) (0) | 2023.03.01 |
| [Java] 명령 프롬프트(cmd)를 이용해 "Hello, Java" 출력하기 (0) | 2023.01.14 |