I am new here... and I have a problem!
I want to make an app where I need a database to store some data from a GUI. After I will finish my app, I want, for example, to share this. For the moment, I use MySQL database, but all my data are stored in separate files, not in my Java project and, if I share my app right now, you all you can't use this app because you don't have, probably, MySQL and because of other problems. Where I can find a good tutorial or if you can tell me what kind of database I can use to be embedded to my Java project and, after I will deploy my app, I want to run in any computer, without the needed to install a specific database. I hope you will understand what I want to get!
Have a wonderful day!