I have a .csv file that needs to be read for my jsp. I have a class that reads the csv and popuates a map inside that class upon construction, and that map is accessed by a jsp that I have. I have the jsp creating the class and accessing the map.
However, it seems that the class cannot seem to find the .csv file in the project.
How make the storage class able to find the csv in my project?