So basically, I'm working on a project and recently got a new Laptop. Cloned the repository, and IntelliJ seems to have a problem with the following import statement:
import jdk.jshell.spi.ExecutionControl;
telling me that the package does not exist. I am seriously at a loss why only this one specific one does not work.
It's a Maven project, Java 11. I've tried various maven commands (clean install, clean package, site, ...), none of which did anything. Rebuilt the project, invalidate chaches/restart, even deleted the local repo and cloned the project all over again - still nothing.
So it must be a problem with the machine itself - maybe I'm missing something? Maybe some IntelliJ setting is wrong?
Help of any kind would be immensely appreciated, I am quite stuck with this atm.