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

前端 未结 7 1734
梦谈多话
梦谈多话 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

    Create one resources folder and put them there. Then mark that folder as "source folder" (right click -> Build Path -> Use as source folder)

提交回复
热议问题