I have moved my workspace in Eclipse
. Everything is fine except I can't build my project. If I delete the contents of bin
and try to get the .class
files back by building, no error message will be displayed but the bin
folder will remain empty.
I've checked my old workspace location and it's empty after the build attempt as well.
How do I remedy this?