I am able to read a file using java,File is in eclipse workspace. My file location is:src\test\resources So,I have given like this. String filePath = "\src\test\resources\ARImport_Copy3.csv";
This is working fine but when i am running in jenkins ,I am getting not able to load file messages.
Please provide me the solution.