I recently bought a new computer so in the process of backing up to time capsule, reinstalling eclipse and reloading my project Eclipse came up with the usual "import Foo cannot be resovled" error. I added my /WEB-INF
folder to the classpath, refreshed, cleaned etc to no avail. I decided to delete the project (and DID NOT click the checkbox saying delete project contents on disc). I reset up the project using the sources from my server (on a shared computer). Still having no joy I looked inside my classes folder to find it empty.
So I ran to my server to find that indeed my classes folder is empty, I went to the trashcan to find no java or class files, I did a full search of my mac and my macbook to find no class or java files. The compiled classes are still working, but I'm scared that they'll disappear on the next restart - does anyone have any clue how to get my class source code back? They represent over a year of work. I had version control but only on this computer.