• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JAR FILES

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how can we specify jar files
if those are not in the lib folders of the application and lib folders of the tomcat .

thanks in advance
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
for specifying the jar file u can mention them in the system CLASSPATH environment variable.
[eg set CLASSPATH=.;c:\yourlibLocation.jar run this in ur command prompt.]

Thanks & Regards

-santosh
 
Madhu Sudhana
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can we specify the path of the external jar files in the MANIFEST.MF file in the META-INF floder an application in the tomcat?

[ April 25, 2006: Message edited by: sudhana madhu ]
[ April 25, 2006: Message edited by: sudhana madhu ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic