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

前端 未结 3 1563
自闭症患者
自闭症患者 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:16

    Try this- for temporary

    Windows

    netbeans.exe --jdkhome "c:\JDK\path"  
    

    Unix

        netbeans --jdkhome /usr/bin/yourjdk
    

    If you want to set the option permanently, you can do so in the netbeans.conf file. and change .

    # Default location of JDK, can be overridden by using --jdkhome :
    netbeans_jdkhome="c:\your\JDK\path"
    

提交回复
热议问题