프로그래밍/자바(JAVA)

[eclipse 설치] eclipse IDE 설치하기 / 환경설정

aSpring 2023. 11. 20. 20:42
728x90
728x90

eclipse IDE 설치하기

 

1. 아래 사이트 접속

https://www.eclipse.org/downloads/

 

Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

 

2. Download 클릭

 

 

3. 다운로드 폴더 열기

 

 

4. Eclipse IDE for Enterprise Java and Web Developers

 

5. INSTALL

 

 

6. Accept Now

 

7. 설치 완료! LAUNCH

 

eclipse IDE 환경설정

1. 인코딩 설정

- Window > Preferences

1) Workspace < Text file encoding > UTF-8

 

2) Window > Preferences > Web

- CSS Files > UTF-8

 

3) HTML, JSP Files도 동일하게 UTF-8

- Apply and Close

 

2. 기본 브라우저 설정

- Window > Web Broswer > Chrome

 

3. JDK 버전 설정

- Window > Preferences

- Java > Installed JREs > Add...

 

- Standard VM > Next

 

- Directory... > jdk가 설치된 폴더 찾아서 설정

 

- jdk 설치 방법은 아래 게시글 참고

2023.11.20 - [프로그래밍/자바(JAVA)] - [eclipse 설치] eclipse IDE 설치하기 / 환경설정

 

 

- Finish > Apply and close

- Java > Compiler > Compiler compliance level 에서 설정항 jdk 버전으로 변경

- Apply and Close

728x90
728x90