기본 ini
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | -startup plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807 -product org.eclipse.epp.package.jee.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.5 -Dhelp.lucene.tokenizer=standard -Xms1024m -Xmx1024m |
속도향상용
1 2 3 4 5 6 7 8 9 10 11 | <p>-Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.6 -Xverify:none -XX:+UseParallelGC -XX:+CMSIncrementalPacing -XX:-UseConcMarkSweepGC -XX:NewSize=128M -Xms1024m -Xmx1024m</p> |
1 2 3 4 5 | 코드 자동완성기능 해체 Preferences > Java > Editor > Content Assist -> Auto Activation - Enable auto activation 해제 Spell Checking 해체 Preferences > General > Editors > Text Editors > Spelling -> Enable spell checking 해제 |