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?

0
2 comments
Avatar
Permanently deleted user

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

1

Please sign in to leave a comment.