Search code examples
javainstallation-package

what are the Ways to create a gui to install a java app


I have a java web application . Currently the application is installed in a cli mode [on windows/linux /solaris] by running sh or cmd scripts. I would like to create a GUI for the App installation so that user can edit info in gui for the installation.

Any pointers/Best practices for developing gui would be helpful.

thank you


Solution

  • this covers it.

    How to create Java webapp installer (.exe) that includes Tomcat and MySQL?"