Search code examples
javaswingjarsetup-projectsetup-deployment

create setup in java swing application


Possible Duplicate:
How to make installer pack of Java swing Application Project?

I am working on java swing application in which i have to give html files to the client to browse them in swing API.

Now i want to create the setup for the project so that user could install the software on their computer and i want to include html files , java classes some jar files and ms access database also how could i use the path of directory created after the installation of software.

Please suggest the code if possible


Solution

  • If you are going to install only on windows systems then try this:

    http://www.jrsoftware.org/isinfo.php

    Its simple to write scripts for the installer and it does everything a typical installer does.