Reputation: 9
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)
.
and screenshot of my run tab.
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
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