I'm working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database.
How hard ...
I am developing an application using Java with MySQL for a customer.
I don't want the customer to install MySQL on his PC, so I moved to java Derby DB.
Unfortunately, I couldn't ...