Development
ECLIPSE|이클립스 실행 시 오류 - Failed to create the Java Virtual Machine.
어느가을빛
2013. 6. 10. 18:14
오류 메시지: Failed to create the Java Virtual Machine
# eclipse.ini 파일
-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 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vm C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe // <-- Java VM 위치 추가 -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m
-Xmx512m