google app engine service unavailable

前端 未结 10 2016
萌比男神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:39

    Found the answer. I need to run in JDK1.6. Once i changed the Java Compiler(right click project -> properties -> Java Compiler -> (Check) Enable project specific settings -> change the Compiler compliance level), its works fine now. Thanks.

提交回复
热议问题