Reputation:
When my laptop installed windows updates yesterday i'm unable to open my maven project that i've benn working on anymore or even creating one. But i can open other projects. When i click on files --> open and when i choose my project and click 'OK' nothing happens (not even an error message). I try to retart my pc still got nothing. i've even delete my project and recolned it from the github repository still got nothing. And i'm not even able to import I hope i gave enough details so you'd be able to resolve my problem. Thanks for helping.
well i actually can't open my project to do that i.e(to go to file --> invalidate caches/Restart)
i only have this
i can open other projects but not the one that i'm working on. i.e the maven project
i'm unable to import my maven project to refresh
i can't click next to import the project
and my project doesn't have yet any .idea or .iml because i can't open it with intellij to have those files
Upvotes: 1
Views: 7555
Reputation: 1466
Open Intellij IDE, Go to
File > Invalidate Caches / Restart
. Once it gets restarted, import the maven project and refresh the project by clicking Maven tab which is visible in the right side.
If above does not work, go to your project and delete all .iml and .idea folder and then reimport the project.
Upvotes: 1