I am trying to run a java file build in maven by using
/zhome/9e/b/129343/Maven/apache-maven-3.6.3/bin/mvn exec:java -Dexec.mainClass="org.matsim.contrib.ev.example.MyRunEvExample"
However, although the location of an input file is: final String ChargersCoords = "test/input/org/matsim/contrib/ev/example/RunEvExample/new_10_test_ChargersFred_Feed_Tab.csv";
I get the following error: An exception occured while executing the Java class. zhome/9e/b/129343/Downloads/new_10_test_ChargersFred_Feed_Tab.csv (No such file or directory)
It seems like it does not see the new location of the file although I have saved the file before running it. Does it need to compile first before running or that's not the issue? Thanks in advance