일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- STS
- PostgreSQL
- MSSQL
- Eclipse
- Source
- Exception
- 설정
- myBatis
- maven
- error
- Thymeleaf
- JavaScript
- git
- IntelliJ
- ubuntu
- Core Java
- Spring Boot
- Tomcat
- 문서
- SpringBoot
- Docker
- oracle
- AJAX
- JDBC
- jpa
- Python
- 오픈소스
- MySQL
- spring
- Open Source
- 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 -..