3

While trying to compile some project from GitHub, I met the following error

The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files

If I am not mistaking, this is the class from basic JDK. How can it be unreacheable?

Dims
  • 47,675
  • 117
  • 331
  • 600

1 Answers1

0

Doing the "Maven->Update Project" from the context of the project node (AKA Alt-F5) as suggested by the comment from @hajo-thelen above does this trick and resolves this problem.

vorburger
  • 3,439
  • 32
  • 38