I am attempting to create a standalone app and the app uses a local csv file to pull data from. I was hoping to send this app to friends for a niche use but I have realized that should the csv not be included, there is no way of me finding out where they stored the data and the file path for it. I need the csv to be included in the jar file with the code still reading it.
I have tried a file reader loop and importing the file directly to the project but neither have succeeded so far. I am not looking to use OpenCSV unless it is the last option as I would have to rewrite about half the code.