I having some problems; I have Completed My Java Database Project in net-beans. I also use Java DB or Derby, mins embedded database for back-end. I run my Project and it is successfully runs and it works properly with derby database. I set the database location in my project.
Then, I have created a Project JAR file. This jar file present on my project sub-folder that is, dist folder and then I have run it. And it work but I have coped the jar file and paste another directory it runes but is not connect with derby database and also copied whole project and paste another directory. Yet it does not work, only jar file is worked but database is not work.
I also want to create an exe file of my project and run on another computer without having any kind of software on user machine. How I can build the database in my project. how I can attach database file in my project. Can you tell me, what I do? And also help if, I am use a MySQL then I have need all above requirements. What will happen to me?