我有一个项目在服务器上使用AppEngine 1.9.54,在客户端上使用GWT 2.8。当我在服务器端使用Stream API时,它总是抛出这个异常:
java.lang.NoClassDefFoundError: java.util.stream.Collectors is a restricted class. Please see the Google App Engine developer's guide for more details.
在客户端上使用Stream API的代码是可以的,只是服务器端代码。 GAE java8运行时是否支持Stream API?