I have been creating a servlet based application for past 3 days, and it worked properly and compiled accordingly as expected. But today when I opened to add few more additionals to the same project, Eclipse showed me the project is not available and when I tried to re-import the project it says - No projects are found to import. Below is the screen shot for the same!
I have following files inside my project:
1) .idea
2) .settings
3) build
4) src
5) WebContent
What possibly could be the reason, and how should I fix this invisibility. Any help would be really helpful.
Thanks!
EDIT I did tried importing the same project on IDEA a day back too, would that be the reason its not more compatible for eclipse? Also, if I try opening from IDEA IDE it still refuses to import it.