Hi,
I'm creating a program in Java in which I have to use a lot of tables. I made the decision to create all those tables in a JavaDB file.
However, now I want to distribute this filled JavaDB file with my JAR file for distribution, since connecting to a server is not an option.
In the past I could only distribute an empty database with the JAR by using that Derby package.
Any ideas?
Thank you so much!