JAVA_HOME does not point to the JDK : Unable to start google app engine

前端 未结 3 1642
自闭症患者
自闭症患者 2021-02-06 16:29

I get the following errors when i try to run a sample project in netbeans on google app server. The server doesn\'t start up. How can i resolve these errors if they exist ? I am

3条回答
  •  轮回少年
    2021-02-06 17:25

    Install jdk and set JAVA_HOME in environments variables to path that you jdk was installed. Currently it points to jre.

提交回复
热议问题