I have a Microsoft Access database called perso.accdb. I use the Jackcess library to try to open it using the following code taken from official documentation here
Database db = DatabaseBuilder.open(new File("mydb.mdb")); Sounds simple enough, but where exactly do I place my "perso.accdb"?! else how to write an absolute pathname?
thanks in advance