Unable to update app: Failed to compile JSP Files

前端 未结 1 695
逝去的感伤
逝去的感伤 2021-01-03 08:27

I\'m trying to deploy an App for the first time on the App Engine and i\'m getting an error saying \"Unable to update app: Failed to compile JSP Files\". Anyone have any id

相关标签:
1条回答
  • 2021-01-03 08:51

    You probably have both a JRE and a JDK and Eclipse uses the JRE when deploying which is the problem. It should use the JDK. Uninstall the JRE (using the Programs and Features control panel). Make sure your path is set to the JDK. If you don't see it add it in the PATH variable. It should be something like: c:\Program Files\java\jdk\bin. Adapt it based on your own config.

    0 讨论(0)
提交回复
热议问题