So I did a game in Eclipse and I'm trying to export it to a jar file only to no avail. Export works, but the images do not go together at all ... Here is an example of how I am instantiating the images:
private Image imagem;
ImageIcon a = new ImageIcon("caminho");
imagem = a.getImage();
Yes, the images are inside the SRC folder.