Utility/Eclipse

Java 8버전 이클립스 환경설정

2swan 2022. 2. 23. 22:44

1. window → Preferences

 

 

2.

① General → Appearance → Colors and Fonts

② 글꼴 → D2Coding 

 

 

 

3. General → Editors → Text Editors → Line number foreground

 

 

4. General → Workspace → Text file encoding (Other : UTF-8)

 

 

5. Java → Compiler → Compiler compliance level 1.8

End


추가적으로 jsp 환경 구축할 시

6. Web → CSS Files → Encoding : UTF-8

 

 

7. Web → HTML Files → Encoding : UTF-8

 

 

8. Web → JSP Files → Encoding : UTF-8