0

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? enter image description hereenter image description 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.

enter image description here enter image description here

Pocketkid2
  • 803
  • 1
  • 11
  • 16

1 Answers1

0

My solution was to delete the project in Eclipse and then import it. Seems like a known Eclipse glitch that doesn't have a better known solution yet.

Pocketkid2
  • 803
  • 1
  • 11
  • 16