Eclipse's workspace: Shall I put my images in 'src' or 'bin' folder?

前端 未结 7 1743
梦谈多话
梦谈多话 2020-12-17 01:39

I\'m working in a project in Java and sometimes all my images randomly dissapeared from the project\'s bin folder. It is getting very annoying because I have to put everythi

7条回答
  •  庸人自扰
    2020-12-17 02:18

    See if you project has a "res" folder, which stands for resources. If it does, in that folder there should be a "Img" folder. You should put them there.

提交回复
热议问题