I have a scanner that\'s trying to read a file named info.data in the src folder.I get Exception in thread \"main\" java.io.FileNotFoundException: info.data (The system cann
Try putting the path to it.
File f = new File("C:\\path\\src\\info.data");