Hello,
I'm developing an app using Eclipse IDE under linux. While developing, I'm having terminal opened, testing things under workspace/myApp/bin. For the needs of testing, I copied several files there - one txt file, one gif image. Also, several more files have been created as a result of my app.
However, today I started Eclipse, opened one terminal window and navigated to workspace/myApp/bin, only to see that image, text file and other output files are gone, leaving only .class files belonging to my app.
All my settings are unchanged, so it's a default Eclipse setup. Eclipse is 3.5.2.
It's not so important, but I'd love to know if Eclipse automatically clears those files when closing.
Thanks