How are you?
I'm working into a Java Project and my IDE is Eclipse. What's going on is that I have a Constants.java to set some paths to get into other classes, but Eclipse can't locate the file I have to find.
The code line here is on Constants.java to get a spreadsheet that is in dataDriver inside my project.
public static final String File_Path = "../../../../../../dataDriver/DataFile.xlsx";
Anybody could help me getting this file?