6
Good evening guys, I have a small JAVA application in which some data is entered. I would like to distribute it with an DBMS that does not require download and installation/configuration.
I have been researching and found HSQLDB, but I read in some places that if the database is distributed inside the JAR it will be read-only. Is there any way to make the database available together with the application and allow data entry? If not possible, there is one that supports this?
Thank you! If it is possible to distribute any of these Dbms that you cited in the same JAR folder and it is possible to enter and recover data by JAR code, then my problem is solved!
– Wilker