I just installed and re-installed IntelliJ. Every Java file is coming up RED. I checked the JDK; it is at 1.6.##. The maven clean install
build worked just fine
I had the same issue, what fixed it for me was:
Go to File>Setting>Maven
,
I set the Maven home directory, settings file and local repo.
Go to Maven Projects and click on Reimport All Maven Projects
This did the trick!
I face the same issue when upgraded Intellij version. It was resolved for me by using old maven than the one bundled with the new Intellij.
The issue was that the file I was trying to import was so large that IntelliJ wouldn't run any CodeInsights on it.
Setting the idea.max.intellisense.filesize
option to a higher value as per the instructions on this answer resolved my issue.
My problem solved by changing jdk to default , like this. Open Jdk was installed but don't know why intellij set configuration to java-8-openjdk-amd64. This was the problem.I have changed to default-java and no more red error.