Google App Engine JSP can't deploy: java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE

前端 未结 6 1585
感动是毒
感动是毒 2020-12-08 13:47

this is hopefully something simple but... Eclipse has been working relatively fine for everything except deploying to GAE.

I can run my GAE app locally, but when I

6条回答
  •  失恋的感觉
    2020-12-08 14:06

    Removing the JRE file located in my C:/Program Files(*86)/Java folder , reopening the eclipse IDE resolved the issue.

    I had Java JDK installed in my C:/Program Files/Java folder which was not detected earlier.

提交回复
热议问题