im getting the "Can't read input file!" in next chunk of code
try {
slate = ImageIO.read(new File("flor.jpg"));
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
why is that happening if the image is in the same place with the .java file ?