This program should tell me if it can find the file I am naming. Eclipse has no red lines but every time I run it I get this error message and I don\'t know why. Thank you in ad
System.out.println(r.checkIsFile());
should be in the static main function, you are going the wrong way for the flow of code...