Eclipse를 다운받고 실행시켰는데 다음과 같은 오류가 떴다.
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: <이클립스가 있는 경로> javaw.exe in your current PATH
위의 에러가 뜬다면, 다음 방법들 중 하나를 수행해보자.
방법 1. eclipse.exe 파일의 바로가기를 만들고 "우클릭->속성->바로가기 탭->대상" 칸 맨 뒤에
아래와 같은 문장을 추가한다. 이때 JDK가 설치된 폴더를 잘 확인해야한다.
-vm "C:\Program Files\Java\jre8\bin"
방법 2. JDK가 설치된 폴더 "C:\Program Files\Java"에서 jre 폴더를 찾아 Eclipse 폴더 안에 복사한다.
'Eureka > Windows' 카테고리의 다른 글
[Solution] Explorer, taskbar and application Hang Error in Windows 8.1 (8) | 2015.03.18 |
---|---|
[Solution] The configuration area at '***' is not writable. (1) | 2015.03.04 |
[Solution] VMware Workstation and Hyper-V are not compatible. (0) | 2015.03.03 |
[Solution] VMware Workstation unrecoverable error: (vcpu-0) (64) | 2015.02.25 |
[Solution] ".iso" Couldn't Mount File in Windows 8.1 (8) | 2015.02.17 |
[Tip] How to Remove the "Folders" From My Computer in Windows 8.1 (0) | 2015.02.17 |
[Tip] How to Disable Auto Scaling Display in Windows 8.1 (0) | 2014.10.30 |
[Solution] ERR_NAME_RESOLUTION_FAILED in Windows 8.1 (0) | 2014.10.24 |