'etc/etc'에 해당되는 글 1건

  1. 2014.01.03 이클립스.ini 설정 부분(속도향상)
2014. 1. 3. 10:36

기본 ini


-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

속도향상용


-Dfile.encoding=UTF-8 -Dosgi.requiredJavaVersion=1.6 -Xverify:none -XX:+UseParallelGC -XX:+CMSIncrementalPacing -XX:-UseConcMarkSweepGC -XX:NewSize=128M -Xms1024m -Xmx1024m



코드 자동완성기능 해체
Preferences > Java > Editor > Content Assist -> Auto Activation - Enable auto activation 해제

Spell Checking 해체
Preferences > General > Editors > Text Editors > Spelling -> Enable spell checking 해제


Posted by 1+1은?