I have been fighting to copy my included SQLite database to FileSystemStorage, but I finally succeeded. I had to put the masters in my resources folder because I kept getting an “error opening connection” on the InputStream when I placed them in the src folder. Once I finally got them to copy, I am now getting the error trying to open the db with
Database db = Display.getInstance().openOrCreate("players.db");
I have added the backslash in front of the name, added the backslash database in front of the name, and added the FileSystemStorage(path) as the name, and I still get the connection error. Any ideas would be appreciated. Thanks.
System M1 16″ MacBook Pro, IntelliJ 2023.2.5, JRE 8