| Author |
Auto Installer for Java SWING application
|
Justin Britto
Greenhorn
Joined: Feb 14, 2006
Posts: 2
|
|
We have a SWING based java application, The application is using MySQL as data base. Now, How can we develop a auto installer for the whole application, so that a single click would install the database and associated tables, and all Java programs in the client machine. Any ideas would be greatly appriciated. Thanks Justin Britto
|
 |
sammaiah kyatham
Ranch Hand
Joined: Aug 03, 2003
Posts: 102
|
|
Long time back I had used one commercial tool called as 'excelsior'. This tool provides lot of other things like making your application as single exe including and excluding JRE along with packaging and setup files. This tool also optimizes your source code in some way using JIT compiler and application behaves like a Windows application. If you want you can try it.. [ March 19, 2007: Message edited by: sammaiah kyatham ]
|
 |
Jonathan Janisch
Greenhorn
Joined: Mar 17, 2007
Posts: 24
|
|
|
If it's a Windows app, you can use InnoSetup as your setup installer and Launch4J to create an windows executable.
|
 |
dushantha Rathnayake
Ranch Hand
Joined: Feb 27, 2010
Posts: 100
|
|
Jonathan Janisch wrote:If it's a Windows app, you can use InnoSetup as your setup installer and Launch4J to create an windows executable.
Hi
Using Inno setup or ISTool how can we build a new setup to another setup like MySQL ? please tell me. thank you.
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
dushanta, don't hijack this thread and create your own thread as well. Let's stick to the other one.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Auto Installer for Java SWING application
|
|
|