Currently I am working on a Java based project with MySQL database in the back end. I need to create a setup for my project. Which Installer would be appropriate?
I need to create a common installer setup for both Windows and Linux platforms.
Additional : I have tried InstallJammer but it is quite complex and the forums related are closed.
What installer would you suggest for my project?
Please avoid giving the tutorials for differnt installers as I have already referenced.
Thanks in advance.
Create a folder structure like
your app.sh looks like
your app.bat looks like
To execute it,
cd bin, based on your system run shell or bat script.