I have developed a stand alone Java Application which contains the following.
- MySQL Installation
- Java Application code
- Tables and stored procedures
- Batch files
- VB Script files
I am planning to generate an Executable file which allows the user to install all the above with a single click. I am able to generate a Jar file but not an Exe file.
Could you please help me.
Thanks in advance.