[출처] 프롤레타리아, IT에 범접하다.
이클립스 실행 시 'Failed to create the java virtual machine 에러가 뜰 때 해결 방법(Windows).
이클립스 실행 시 'Failed to create the java virtual machine 에러가 뜰 때 해결 방법(Windows).
(ENG) How to fix 'Failed to create the java virtual machine' error in Eclipse.
이클립스 설치 폴더를 열고 Eclipse.ini를 워드패드 등으로 열어줍니다.
(ENG) Open eclipse installed folder, and open Eclipse.ini through the app like word pad.
그리고 다음을 추가해주면 끝.
(ENG) And just add followings.
다음(followings):
-vm
C:\Program Files\Java\(replace-to-your-java-version)\bin\javaw.exe
어디에 추가해야될까 저도 한참 고민했기 때문에 이미지를 첨부합니다.
(ENG)In my case, I had no idea about where should I put these. so I attach an image.
'Dev. Tool > Eclipse' 카테고리의 다른 글
Eclipse 단축키 정리 (0) | 2016.12.01 |
---|---|
Eclipse Ant 실행시 Specified VM install not found: type Standard VM, name jre6 (0) | 2016.11.14 |
[eclipse] Checkstyle 수동 설치 방법 (저사양 컴퓨터를 위한 이클립스 플러그인 설치) (0) | 2016.11.14 |
Eclipse Indigo Maven Plugin 설치 & 웹프로젝트 생성 (0) | 2016.11.04 |
Eclipse 강제 종료 후 재실행 불가 (실행 오류) (0) | 2016.06.20 |