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

前端 未结 27 2480
星月不相逢
星月不相逢 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:42

    I have had the similar problem. Moving the JDK and JRE path to the top of the path variable solved the problem (which takes first priority over what is present under System32)

    For example, here is mine:

提交回复
热议问题