• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Auto Installer for Java SWING application

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If it's a Windows app, you can use InnoSetup as your setup installer and Launch4J to create an windows executable.
 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dushanta, don't hijack this thread and create your own thread as well. Let's stick to the other one.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic