Project is Developed in Netbeans IDE in Java Language. Database connected to it is MySql that runs using Xampp. The project is complete. Now I want to launch it. I do not know.. 1. How to create the setup which will install this project on clients Windows. 2. How this setup will use the database that I have created and Install it on clients PC. 3. How the database will start automatically on his PC as on my PC I have to run Xampp manually first in order to make connection through code with project.
I have tried using clean and build but when I run that result file it waits for a second and then nothing happens.
Nothing appears on screen when I run build file unlike when I run my project in Netbeans. How to solve this issue?