安装J2EE的SDK报错:could not find the required version of the Java(TM)2 Runtime Environment in '(null)'的解决办法。

安装J2EE的SDK报错:could not find the required version of the Java(TM)2 Runtime Environment in '(null)'的解决办法。

先到http://www.java.com/zh_CN/download/manual.jsp下载适用于本机的jre版本
1、安装jre7u3,安装路径:C:Program FilesJavajre7
2、J2EE版本是:java_ee_sdk-6u4-jdk7-windows-x64.exe  将其放在E盘下E:
3、开始>运行>CMD>,进入安装程序所在目录>e:回车
4、关键步骤:java_ee_sdk-6u4-jdk7-windows-x64.exe -j "C:Program FilesJavajre7"
OK !!

原文地址:https://www.cnblogs.com/cheng07045406/p/3571310.html