Hello,
I have a package where I placed the files. I think in my code the BufferedReader can not find the file.
it not work: File Not Found!Code:BufferedReader in = new BufferedReader(new FileReader("path of the directory"));
does not work either since the last review you a URL and the FileReader constructor accepts no URL. Any idea hwy it is not recognizing the file.Code:getClass.getResource("path of the directory ")
Bookmarks