Now I am doing a project using Eclipse, and I have some resource files (for example, image, text) stored in the bin folder, and these files are needed by the program.
However, with each build, Eclipse will try to empty the folder and then rebuild the project. When cleaning, it deletes the resource files in the folder. Anyway, to stop Eclipse from doing this?
I know that I can change the location of the files, but I'm also curious why Eclipse will do this, and whether it can be prevented.
Thanks!
source share