| Author |
Create Swings application as windows setup file
|
Shaik Vali
Greenhorn
Joined: Feb 07, 2008
Posts: 22
|
|
Hi Guys Good Morning ,
I am working swings. In my application I have JFrame,JPanels,windows, comboboxes.. etc and application is connected to database
through Hibernate. Now I want to create this application as set file , which I can install in any other windows machine.
Guys please give some tips/code/suggetion to work towards the installation file .
Thanks
|
 |
Ramses Butarbutar
Ranch Hand
Joined: Jun 16, 2009
Posts: 52
|
|
Shaik Vali wrote:Hi Guys Good Morning ,
I am working swings. In my application I have JFrame,JPanels,windows, comboboxes.. etc and application is connected to database
through Hibernate. Now I want to create this application as set file , which I can install in any other windows machine.
Guys please give some tips/code/suggetion  to work towards the installation file .
Thanks
Hi,
Correct me if i'm wrong.. You want to bundle your application as a window installer? You can use advance installer from here. It's a good shield to bundle your java application. And remember if you use that stuff, it will create same folder with source when you install in your client side.
Best regards,
Ramses
|
At the center of non-violence stands the principle of love
.... Martin Luther King, Jr.
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8430
|
|
|
Check out Java Web Start
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
|
OR Google Java exe wrapper
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
 |
|
|
subject: Create Swings application as windows setup file
|
|
|