Using NetBeans 8 but getting below compilation error for Lambda expression

Pushkar picture Pushkar · Mar 27, 2014 · Viewed 15.4k times · Source

I am using NetBeans 8. When my code contains a Lambda expression and I try to compile, I get the following error message:

lambda expression not expected here

lambda expressions are not supported in -source 1.5
  (use -source 8 or higher to enable lambda expressions)
----
(Alt-Enter shows hints)

Answer

Tien Nguyen picture Tien Nguyen · Aug 5, 2015

Please click right from you project -> Properties -> Choose Sources -> (you will see Source/Binary Format) change it to 1.8 -> Click OK.

Or you can see in this link http://tinadev.blogspot.com/2015/08/lambda-expression-not-expected-here.html

Thanks

For NetBeans IDE 8.2, JDK 8