Do it/Program 설치 | 설정

Eclipse설치 / 환경 설정 (JSP 공부용)

develop_mii 2025. 8. 1. 04:45

* windows용 설치인 경우 입니다

 

# 설치

eclipse 홈페이지(https://www.eclipse.org/) 접속 후 Download 클릭

 

 

필요한 프로그램만 다운받을 꺼라 DownlaodPackages → windows : x86_64 설치

 

다운받은 파일 압축 풀기

     ( windows 기본 압축풀기 말고 , 반디집 추천)

 

설치완료!

 


# 실행 및 설정 

 

① eclipse 실행 후 저장할 파일 폴더위치 지정

 

② Window -  Preferences  -  General - Content Types - Text 클릭 (Default encoding UTF-8 입력후 옆에 update 누르기)

 

③ (선택사항) General  - Editors - Text Editors - Colors and Fonts클릭  →  Editor  : 글자크기, 글꼴 수정가능

 

 

④ Web Browser -  Chrome 체크
                           -  internal / external  → internal : 결과를 바로 프로그램안에서 확인
                                                             external : 결과를 크롬창 따로 열어서 확인

 

 

⑤ Workspace   →  Text file encoding  →  UTF-8 확인

 

 

⑥ Web  →  css files/ html files /  jsp files   →  UTF-8 확인

 

 

⑦ Apply and Close 후 환경 설정 끝내기

'Do it > Program 설치 | 설정' 카테고리의 다른 글

MySQL Workbench 설치  (1) 2025.08.08
MySQL 설치  (0) 2025.08.08
eclipse에서 JSTL 사용을 위한 외부 프로그램 설치  (0) 2025.08.06
Eclipse 서버 연결  (1) 2025.08.01
Apache Tomcat 설치 및 설정  (1) 2025.08.01