J2EE SDK installation error:could not find the required version of Java(TM) 2 runtime environment

最近安裝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)’

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章