• 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

About Updating JAR FILES

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created Java Programme which is based on Swing-Servlet Communication.
After it the Jar-File which contain the Swing Programme Class files put on Client Side .same swing-Files on Server side .Now the Problem comes when i update any of Swing Files on server side then how could i download it to client. and second if i got download then how could i update my JAR files through this new File. with in Programme.
 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Actually there is nothing you should do. Just update your jar files on the server side. The JWS on the client will check for the latest updates and update the jar files to your classpath authomatically.

BR,
Cristian
 
reply
    Bookmark Topic Watch Topic
  • New Topic