Hi I have a jar file and I am trying to move it to another computer. Images are saved in a folder called SavedImages so I copied that folder and put it on the desktop. I changed the path before creating the jar file. I am getting a javax.imageio.IIOException: Can't read input file!
The path is definitely correct. Any idea what I am doing wrong. Here is an example of the code:
chosen = resize(ImageIO.read(new File("C:\\Users\\Mario\\Desktop\\SavedImages\\Chosen.png")),30,30);