I am trying to follow the spark java tutorial. I set up all things, and tried compiling the project. I got the following error:
Error:(8, 34) java: lambda expressions are not supported in -source 1.5
(use -source 8 or higher to enable lambda expressions)
I then tried setting the compiler options and the default JDK, but I am still seeing that error.
Here is how I set my IDE:
I would be happy if you could help me.