google app engine service unavailable

前端 未结 10 1994
萌比男神i
萌比男神i 2021-01-17 10:06

I\'m was following http://googcloudlabs.appspot.com/ tutorial to create new Google App Engine project. It throws me an error as per below when I try to run the from my local

10条回答
  •  不要未来只要你来
    2021-01-17 10:40

    When using Java 1.7, also check for the Execution Environment and set it to JavaSE-1.7.

    You can look into the Execution Environment in:

    Right Click -> Properties -> Java Compiler

    And you have the option above Restore Defaults and Apply.

提交回复
热议问题