With a db application created in NetBeans, which files do I need to copy to make the application run on another computer. Usually after making Clean & Build, I get a 'dist' folder with a main JAR file. Is this enough to make the application run on another computer? What about the database file? Where am I supposed to include it? Is it any particular connection to the db (MySQL, etc.) that makes easier the process of transfering the application on another computer?