• 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

Classpath for a simple client application

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

Quick question on the best way to handle the following. I've created a little testing application that should test a war application.
I am trying to set the stand alone client applications classpath. If the client needs all of the war's .jar files in the war's libraries, what is the best way to specify this?
I am looking for a well designed solution to this, because the war will change over time and reference newly named jar files. Just want a good way for the client to keep up with these changes.

Any help would be greatly appreciated!

Claudio
reply
    Bookmark Topic Watch Topic
  • New Topic