본문 바로가기
Programming

Eclipse Error Collection

by leanu 2010. 11. 9.
Failed to create the Java Virtual Machine.
  • 원인 : Maximum Heap space size 를 설정하는 Xmx가 너무 큰값으로 설정되어 있다.
  • 해결방안 : eclipse.ini 파일을 열어 -Xmx512m으로 되어 있는 부분을 -Xmx256m으로 바꾼 후 이클립스를 재실행한다.
  • 참고 : xms 는 initial heap space size이다. 각 플랫폼별 예제는 아래의 링크에서 확인한다.



'Programming' 카테고리의 다른 글

HTML Table 크기 고정하기  (0) 2010.12.15
JSP 경로 얻어오는 다양한 방법  (0) 2010.12.14
Makefile tip 모음  (0) 2010.10.12
Ruby File copy  (0) 2010.07.22
GSA Valve Security framework - Google Enterprise EMEA  (0) 2010.07.21

댓글