所以,2天前一切都运转良好。昨天我更新了IntelliJ,现在我更新了收到错误:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The method stream() is undefined for the type List<PostVector>
Lambda expressions are allowed only at source level 1.8 or above
The method stream() is undefined for the type List<PostVector>
Lambda expressions are allowed only at source level 1.8 or above
PostVector
已上课。
我已将所有内容设置为Java 8(从IntelliJ中的SDK到env。变量)......
是的,在我更新IntelliJ的项目中,一切正常,但是这个项目不起作用的是另一个项目,所以也许有一个问题(但我还是不知道如何修复它) )
答案 0 :(得分:-1)
你必须等待gwt 2.8。在gwt 2.8版本之前不支持Lambda。
你可以试试2.8.0-beta1。