0

When I add jdk17.0.2 to my build path, in STS(eclipse), replacing 15, RecursiveAction cannot be resolved to a type. What gives? I know java.util.concurrent.RecursiveAction was not removed from the jdk. Reverting back to 15 solves it.

HellishHeat
  • 2,280
  • 4
  • 31
  • 37
  • 1
    I think something may be messed up with Project Facets (Project ->Properties->Project Facets) – Jimmy Jul 14 '22 at 07:57

1 Answers1

0

This ceased to be a problem, which suggests problems with the IDE(STS).

HellishHeat
  • 2,280
  • 4
  • 31
  • 37