Does Google App Engine support Java 8?

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

    If your interest is in using lambda expressions on Google App Engine, you could give Retrolambda a try. I haven't tried it yet, but it claims to backport Java 8 lambda expressions to Java 7.

提交回复
热议问题