Hi everyone,
I have built an application that runs on a standalone computer. however i haven't managed to package it in a way that can be distributed since i have to keep on creating databases in each computer that i have to run it on. is there a way i can package the database in the jar file so that i can deploy it to other workstations.
I am Using Java with Netbeans IDE and Mysql as the database.
How can i deploy this desktop application(with the database) to other computers?
Please Help i am stuck.

package the database in the jar file

You can add files to a jar file by using the jar command.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.