블로그 이미지
elvaDocu

공지사항

최근에 올라온 글

최근에 달린 댓글

글 보관함

calendar

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 29 30 31

'이클립스'에 해당되는 글 1

  1. 2010.07.06 [eclips] Failed to create the Java Virtual Machine 에러 처리


eclips를 실행하면 Failed to create the Java Virtual Machine 라는 오류가 발생했을때는
이클립스 폴더내에 eclipse.ini 파일을 열고 젤 윗줄에

-vm
C:\자바설치경로\bin\javaw.exe
를 입력하고
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
128M <- 256M에서 변경
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
128m <- 256M에서 변경
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx512m

위와 같이 설정하고 실행하면 된다.
이전 1 다음