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
for Eclipse you may just create folder directly in src folder (or in some its package). Then Copy and Paste your image files into created folder.
If You need to get proper path till current image just use Class.getResource("yourCreatedFolder/yourImage.someExtension")