deploying Java Desktop application with MySql database
I have develped a java application that uses a mysql database which works in Local Area Network environment. I want to make a distributable installation program for this application so that a user who does not know anything about java or data bases should be able to install this application in his system (Windows OS) with just a click. He should not be forced to install JRE or mySql and configure it.All this must be done by the installation program.
Is there a way to do it? If there is, please give me a step by step
procedure to do it.
Thanks in anticipation.