最近安装64位的J2EE SDK碰到以下问题:
could not find the required version of the Java™ 2 runtime environment in '(null)'
原因应该是安装包混淆了JRE的安装位置
参考链接,指定JRE位置,解决问题:
D:>java_ee_sdk-6u3-jdk7-windows-x64.exe -j "C:\Program Files\Java\jre7"
Reference
How to fix error: could not find the required version of the Java™ 2 runtime environment in ‘(null)’
本文详细介绍了在安装64位J2EE SDK时遇到的问题及解决方案,主要原因是安装包混淆了JRE的安装位置。通过指定正确的JRE路径,可以成功解决“找不到所需版本的Java™2运行环境”的错误。
16万+

被折叠的 条评论
为什么被折叠?



