My Maven project in Eclipse was running just fine this week all the way up until just now, when it started giving me this error, and I have no idea what's up because my build path is correct for JDK 16. All the posts I've seen about this error are about JDK7/8 path issues from years ago. Am I missing something here?
edit: This is what it shows under the JRE System Library in the Configure Build Path window. In the Package Explorer under JRE System Library it does show the java.base JAR with the java.util.stream package as expected.