Filed Under (메인) by 백일몽 on 16-11-2006
우리가 자바를 가지고 일을 하는 것이 때로는 즐거운 일이 되도록
뒤에서 물씬양면 도움을 아끼지 않는 eclipse 가 벌써 5주년을 맞이했습니다.
전세계에서 5주년 축하 파티가 벌어지고 이클립스 사이트를 통해 축하 카드도 받고 있네요.
생일 축하해요. 이클립스
Eclipse is celebrating its 5th birthday!
Eclipse 5th Birthday Parties
Filed Under (메인) by 백일몽 on 05-07-2005
from: http://www.raibledesigns.com/page/rd/20030312
I changed my shorcut icon (Win2K) to have the following as it’s target:
eclipse.exe -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M -XX:MaxNewSize=32M -XX:NewSize=32M -Xmx256m -Xms256m
Eclipse now starts in a mere 6 seconds (2 GHz Dell, 512 MB RAM). Without these extra settings, it takes 11 seconds to start. That’s what I call a performance increase! (2003-03-12 09:32:04.0)
from: http://www.raibledesigns.com/comment.do?method=edit&entryid=065039163189104748672473500018
I tried this out, but the memory settings don’t seem to have anything to do with startup time.
18 seconds - “eclipse.exe”
13 seconds - “eclipse.exe -vmargs -Xverify:none”
12 seconds - “eclipse.exe -vmargs -Xverify:none -XX:+UseParallelGC -XX:PermSize=20M -XX:MaxNewSize=32M -XX:NewSize=32M -Xmx96m -Xms96m”
It’s only the Xverify:none parameter which has a noticeable effect on reducing startup time. On the java website I found that this parameter turns off bytecode verification ( http://developer.java.sun.com/developer/onlineTraining/Security/Fundamentals/Security.html ), although the default is supposedly “only verify classes loaded over the network”.
Filed Under (메인) by 백일몽 on 02-07-2005
eclipse wtp project
WTP 0.7 M5 - New and Noteworthy
회사에서도 플러긴을 주로 쓰기 땜시
그동안 가슴 태우며 기다려왔던
1.0 마일스톤 5버전이 드디어 나왔네요.
속 썩이던 부분이 해결됐어야 할텐데요.
시험 삼아 집에서 테스트 해본 결과
드디어 프로젝트 생성하는 부분에 그동안 빠져있던
다이나믹 웹 프로젝트가 추가됐네요.
web.xml 에디터 같은 것도 훌륭합니다.
Filed Under (메인) by 백일몽 on 03-05-2005
eclipse 에서 나온 web tool 중 최신 버전인 M4 를 사용하려고
어제부터 끙끙거리다가 이럴수가
의존 관계의 플러긴의 버전이 안 맞았구나.
어허…
문서 좀 잘 볼걸.