본문 바로가기

Development Note/JAVA

이클립스(Eclipse) 'Failed to create the java virtual machine' 에러(Error)


이클립스 실행 시 '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.