A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse.

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse.
  • 이클립스가 JRE 또는 JDK를 찾지 못하는 문제

1 메시지[ | ]

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching the following locations: 
D:\eclipse\jre\bin\javaw.exe
javaw.exe in your current PATH

<img src='http://cfile29.uf.tistory.com/image/1371293B4F7AA80C2B3361'/>

2 해결방법[ | ]

eclipse.ini에 JRE(java.exe)의 위치정보 추가

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417
-product
org.eclipse.epp.package.php.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-vm
C:\Program Files\Java\jre1.8.0_51\bin
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms256m
-Xmx1024m

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}