Does Google App Engine support Java 8?

前端 未结 13 2777
既然无缘
既然无缘 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:24

    Yes, using App Engine flexible environment. Here are the official docs: https://cloud.google.com/appengine/docs/flexible/java/

    And here is the github repo for this implementation: https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime

提交回复
热议问题