• 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

Application installable

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
How can I make my application installable?.. I am having lot of program. If i want to run on other computer i have to copy all class files and do all the setting required to that computer. I am interested to make one executable like SETUP to install my application.
Any body can help on my this problem?
Waiting for reply ..
Mahendra
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have see jars that explodes into client machine, but I dont know how to do that. Does somebody know.
Hey, this is not SCJP related question!
But still I would like to know
------------------
Antti Barck
It Solutions Consultant -- NSD Oy
Sun Certified Programmer for the Java&tm; 2 Platform
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe you can use <code>InstallAnywhere</code>, it is said it is written in Java. And i found many software use it for installing.
But i never use it.
Guoqiao

Originally posted by Mahendra Darwatkar:



[This message has been edited by Guoqiao Sun (edited August 16, 2001).]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic