How are you loading the images? If you do so by using getClass().getResource() the path should be relative or absolute (without the src). If the image is the root path of the jar (src folder in your...