In my code, I would like to read input from a file, and I am getting an exception.
Exception in thread "main" java.io.FileNotFoundException: TestValues.csv (The system cannot find the file specified)
Exception in thread "main" java.io.FileNotFoundException: (The system cannot find the file specified)
Project Hierarchy in Eclipse :
Project folder
src
Package Folder
FileName.java
JRE System Library
Data
TestValues.txt
How to solve this problem ?
How to find file path, in java while using eclipse?
How to find relative file path, instead of using long absolute path name ?