Does Google App Engine support Java 8?

前端 未结 13 2698
既然无缘
既然无缘 2020-12-05 17:43

Trying to get started with Google App Engine - does it work with Java 8?

I\'ve followed the instructions on this page: https://console.developers.google.com/start/ap

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 18:26

    You can apparently use JDK8 to create JRE7 compatible byte code, and this seems to be what Google recommends: https://cloud.google.com/appengine/docs/standard/java/download

    -source 1.7 -target 1.7
    

提交回复
热议问题