My Java project imports images from a different directory, and uses them. After I make the executable file (through Export in Eclipse) and I delete the directory of images, the executable doesn't show the images.
How can I make the executable 'independent', and make it work without that image folder?