본문 바로가기

IT 이야기/JAVA

failed to creat Java virtual machine

이클립스를 사용해보려는데 이런 에러가 뜬다...
when Eclipse executed, occurs this error....



이글립스가 설치된곳의 eclipse.ini에 파일을 열고 아래에 빨간 글씨를 추가한다.
eclipse.ini  in  installed  Eclipse folder open.
add to red string.


-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

'IT 이야기 > JAVA' 카테고리의 다른 글

6. 인터페이스  (0) 2010.11.08
5. 상 속  (0) 2010.11.08
4. 클래스  (0) 2010.10.27
2. 객체지향 개념  (0) 2010.10.26
1. Java 의 개요  (0) 2010.10.25