I am trying to read a text file in eclipse, I have "run configurations" -> arguments set in eclipse , but it always says
Exception in thread "main" java.io.FileNotFoundException: file.txt (The system cannot find the file specified)
I have put file.txt under the same folder of myclass and in /bin folder
What else I should look into?
Thanks