목록IT/Eclipse (4)
helloRecodes

이클립스 Indent Guide 세팅 Help > Install New Software Work with 입력란에 아래 주소 입력 > Enter > "Indent Guide" 체크 > Next https://kiritsuku.github.io/IndentGuide/update/ IndentGuide Indent Guide plug-in for Eclipse This site is an update site for Eclipse. kiritsuku.github.io "I accept..." 체크 > Finish Install anyway Restart Now Window > Preferences 검색창 : indent 검색 > Indent Guide > Text 펼치기 > Text 접기 > Apply (L..

이클립스 폰트 변경 방법 이클립스 상단 > Window > Preferences General > Text Editors > 'Colors and Fonts' Text Font > Edit 원하는 글꼴, 글꼴 스타일, 크기를 설정

개발 전 이클립스의 환경을 "UTF-8"로 설정 Window > Preferences General > Workspace > Text file encoding > Other : UTF-8 > Apply General > Content Types > Default encoding > UTF-8 > Upate XML > XML Files > Encoding : UTF-8 > Apply Web > CSS Files > Encoding : UTF-8 > Apply Web > HTML Files > Encoding : UTF-8 > Apply Web > JSP Files > Encoding : UTF-8 > Apply Apply and Close

1. 이클립스란? 자바 언어로 쉽게 프로그래밍 할 수 있도록 도와주는 툴 이클립스 실행하려면 JVM가 필요 => JDK 설치 방법 : https://hellore.tistory.com/2 2. 이클립스 다운로드 https://www.eclipse.org/ The Community for Open Innovation and Collaboration | The Eclipse Foundation The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 375 open source projects, including runtimes, tools and frameworks. www.eclipse.org 우측 상..