Gourav
Gourav

Reputation: 9

My Inteliij IDEA jdk settings are totally messed up, can anyone help me?

Okay, because I was running out of space I uninstalled many programs(including java 8 development kit), then I reinstalled the jdk files. So, when I reopened inteliij is not working. All java tokens like String and System and all java tokens are showing cannot resolve symbol 'String'(when mouse is hovered to String).

enter image description here

and screenshot of my run tab.

enter image description here

I know, this question is way similar to some question in this community. But, those answers are not solving mine. How to fix?

Upvotes: 0

Views: 123

Answers (1)

auhuman
auhuman

Reputation: 972

Follow the instructions in the IntelliJ documentation below and add SDK for your project. This will resolve all your SDK related issues.

https://www.jetbrains.com/help/idea/2017.1/sdks.html

Upvotes: 2

Related Questions