Rubberduck-Debugging

eclipse 설치 후 기본 셋팅 본문

개발자/Dev Tool 설치

eclipse 설치 후 기본 셋팅

P缶 2018. 11. 27. 18:59

0. installation folder를 원하는 위치에 변경해야 한다면 주의해야 함

1. general/ workspace : text file encoding -> utf-8 변경


(패스가능 2. general/ editor/text editors

-> Displayed tab width -> 2 변경

show print margin 체크박스 체크, print margin column 80 -> 100변경

show line numbers 체크박스 체크

show whitespace characters 체크박스 체크(공백 확인용))


3. java 11 버전 지원하는 플러그인 설치


4. code style / formatter -> google Style 다운로드 및 적용

https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml

eclpise-java-google-style.xml 다른이름으로저장

5. compiler -> jdk 기본 레벨 설치버전으로 변경(해당 11)


6. web에서 utf-8로 변경




'개발자 > Dev Tool 설치' 카테고리의 다른 글

MyBatis 설치 방법  (0) 2018.12.05
gradle 설치 및 git 명령어  (0) 2018.11.27
apache tomcat과 mariaDB 설치  (0) 2018.11.27
java 설치 후 기본 셋팅  (0) 2018.11.27