Language Level Mismatch
Answered
So I just created a new project, the same way I always do. Except this time, I can't use lambda expressions.
"Lambda expressions are not supported at language level '1.5' "
https://gyazo.com/d8aca83e8ffa7acc9d50c5ea1d634c46
Erm... so yeah... about that. I'm using Java 1.8, language level 8.
WAT?
Please sign in to leave a comment.
Please see http://stackoverflow.com/a/12900859/104891.
Yes, after some searching around I found that the bytecode thing was mismatched. Thank you for the response. I do not fully understand why Java has so many different settings for the version, it would be nice to just be able to specify it once and be done with it :P