• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Create Swings application as windows setup file

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out Java Web Start
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OR Google Java exe wrapper
reply
    Bookmark Topic Watch Topic
  • New Topic