일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- JavaScript
- Eclipse
- Docker
- jpa
- Spring Boot
- STS
- PostgreSQL
- Python
- Open Source
- Thymeleaf
- ubuntu
- MSSQL
- 문서
- AJAX
- Exception
- git
- MySQL
- oracle
- spring
- JDBC
- SpringBoot
- Core Java
- 설정
- Source
- error
- maven
- Tomcat
- IntelliJ
- 오픈소스
- myBatis
- Today
- Total
목록eclipse 최적화 (2)
헤르메스 LIFE

1. GeneralHeap 상태바 보여주기1-1. Encoding 설정Windows > Preferences > General > Workspace >> Text file encoding >> UTF-81-2. Font 설정Windows > Preferences > General > Appearance > Colors and Fonts >> 프로그램 가능한 폰트는 모두 폰트를 고정폭 폰트로 변경1-3. Tab width 변경 및 공백 제거Windows > Preferences > General > Editors > Text Editors >> Displayed tab width : 4Windows > Preferences > General > Editors > Text Editors >> Insert s..
1. Java 임의 버젼으로 실행하기 JRE(Java Runtime Environment)의 위치는 Eclipse 플랫폼 실행에 사용됩니다. Eclipse 는 Java 버젼을 자동으로 찾아 실하지만, 지정할 수도 있습니다. 상대경로는 Eclipse가 시작된 디렉토리에서 부터 읽혀집니다. %ECLIPSE_HOME%\eclipse.exe -vm C:\jdk1.5.0_01\bin\javaw.exe C:\eclipse\eclipse.exe -clean -vm "C:\jdk1.5.0_18\bin\javaw.exe" -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M -XX:MaxNewSize=32M -XX:NewSize=32M -Xmx256m -Xms256m -..