안녕하세요!
이번 포스팅은 이클립스의 초기설정에 대하여 진행하겠습니다!
제가 평소에 진행하는 초기세팅이며, 필요한 부분에 따라 활용하시면 됩니다!
글자 폰트 및 크기 설정
- window → Preferences → General → Apperance → Colors and Fonts → Basic → Text Font
행 설정
- 이클립스 버전에 따라 행이 보이지 않는 경우가 있음.
- Window -> Preferences -> General → Editors → Text Editors → Show line numbers 체크.
UTF-8 체크
- Window -> Preferences -> General -> Content Types - Java Class File -> Default encoding에 UTF-8 입력.
- Window -> Preferences -> General -> Content Types - Java Class File ->Text → Java Properties File → Default encoding에 UTF-8 입력.
- Window -> Preferences -> General -> Editors -> Text Editors -> Spelling -> Encoding에서 UTF-8 선택.
- Default가 UTF-8이 아닐경우, UTF-8으로 수동설정.
- Window -> Preferences -> General -> Workspace -> Text file encoding에서 UTF-8 선택.
- Windows -> Preferences -> Web -> JSP Filse -> ISO 10646/Unicode(UTF-8) 선택.
- CSS, HTML 동일한 설정해야됨.
- Project - Properties - Resource - Text file encoding에서 UTF-8 선택(프로젝트 인코딩 설정)
- Default가 UTF-8이 아닐경우, UTF-8로 수동설정.
오늘도 방문해주셔서 감사합니다 :)
'Setting' 카테고리의 다른 글
JetBrain ToolBox 이용하여 Intellij 설치 (5) | 2024.10.28 |
---|---|
[eclipse] 이클립스 Apache Tomcat 추가 (0) | 2024.03.19 |
[eclipse] 이클립스 jdk 적용하기 (0) | 2024.03.19 |
[Intellij] 인텔리제이 초기설정 (0) | 2024.03.18 |
[Intellij] 인텔리제이 다운 및 설치방법 (0) | 2024.03.18 |