本文介绍了Lamba在源级别仅允许1.8或更高的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
基本上我有我的Eclipse版本1.8(mars .2版本),我的合规性级别设置为1.8,如下所示
Basically I have my Eclipse version 1.8(mars .2 version) and I have compliance level set to 1.8 as shown below
但我仍然收到错误消息Lamba在源级别仅允许1.8或更高。
but I am still getting error saying "Lamba are allowed at source level only 1.8 or above".
推荐答案
您还需要在项目中设置Java Build路径。
You also nend to set your Java Build path in your project.
这篇关于Lamba在源级别仅允许1.8或更高的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!