1

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!enter image description here 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.

AKIWEB
  • 19,008
  • 67
  • 180
  • 294
  • 2
    I think your .project file is missing. I suggest create a new project and copy-paste all your project contents over there. – Dhrubajyoti Gogoi Jul 18 '13 at 19:55
  • @DhrubajyotiGogoi, I guess while importing the same project in IDEA made the eclipse proj an .idea project. But, If I try opening the same in IDEA it doesn't recognize there as well. I guess, I would do the copy-paste thing as suggested. Thank you !! – AKIWEB Jul 18 '13 at 20:14
  • .project file is required by eclipse. Probably it was deleted in the process. – Dhrubajyoti Gogoi Jul 18 '13 at 20:15

0 Answers0