I read (and sometimes write in) a .txt file in my java project and I'd like it to be copied in the eclipse output folder called "bin".
Can eclipse do it while compiling ?
My project is like :
- Project
- Bin
- blabla.class
- ...
- Src
- blabla.java
- ...
- MyFile.txt
- Bin
Thanks !