I am designing a JavaFX application with MS Access database for both Windows and Mac Platforms. My local friends suggests that I place the database file under "user.home" folder. Then, the database would be under "C:\Users \ {Username}" folder. But, would it be accessible for another user of the windows or mac?
And one more confusion, is it possible or considered best practice to deploy JavaFX application to for all users of the system. I have only found out that JavaFX self-contained applications are all installed for one user only.