Registry key Error: Java version has value '1.8', but '1.7' is required

前端 未结 27 2474
星月不相逢
星月不相逢 2020-11-30 20:30

While running

sencha app build production

I am getting the following error:

Error: Registry key \'Software\\JavaSof

27条回答
  •  执念已碎
    2020-11-30 20:58

    1. open regedit
    2. go to [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment]
    3. change value CurrentVersion from "1.8" to "1.7"

提交回复
热议问题