etc
Error: Could not find the required version of the Java(TM) 2 Runtime Environment in'(null)'.
Taiji.xo
2016. 9. 7. 03:42
java ee 설치시
Error: Could not find the required version of the Java(TM) 2 Runtime Environment in'(null)'.
에러가 발생했다면 이렇게한다
---------------------------------------
JVM 또는 JDK를 설치했고 환경설정까지 마쳤는데도, 제목과 같은 에러가 발생하며 J2EE가 설치되지 않는다면 아래와 같이 하면 된다.
/다운로드받은J2EE/ -j /JDK홈디렉토리/
ex) java_ee_sdk-6u4-windows-ml.exe -j "C:\Program Files\java\jdk-1.7.0-15"
여기서 JDK홈디렉토리는 ""(큰따옴표)로 묶어 줘야 한다.