"A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse."의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 8개는 보이지 않습니다)
3번째 줄: 3번째 줄:


==메시지==
==메시지==
<source lang='text'>
<syntaxhighlight lang='text'>
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:  
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
D:\eclipse\jre\bin\javaw.exe
javaw.exe in your current PATH
javaw.exe in your current PATH
</source>
</syntaxhighlight>
<img src='http://cfile29.uf.tistory.com/image/1371293B4F7AA80C2B3361'/>
<img src='http://cfile29.uf.tistory.com/image/1371293B4F7AA80C2B3361'/>
==해결방법==
[[eclipse.ini]]에 JRE(java.exe)의 위치정보 추가
<syntaxhighlight lang='ini' highlight='11-12'>
-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
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[eclipse.ini]]
*[[eclipse.ini]]
*[[윈도우 JRE 위치, JDK 위치]]
*[[윈도우 JRE 설치]] ★
*[[윈도우 JDK 설치]]


==참고 자료==
==참고==
*http://takuma99.tistory.com/32
*http://takuma99.tistory.com/32


[[분류: 이클립스]]
[[분류: 이클립스]]

2020년 11월 2일 (월) 02:51 기준 최신판

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 }}