java swing app distribution & setup
843802Feb 8 2002 — edited Feb 26 2003We developed a java swing standalone app. How you guys distribute this kind app to end users if they know little about app setup(like data entry clerks).
We like to generate an executable file bundling the app and JRE for our clients. They just run this executable to detect if there is no JRE on the local machine then install it, and then install the app and setup all environment variables. Is there any tool to do this?
Thanks.