• 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

External Jar file

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have a problem. I have migrated my application from websphere to jboss. So i extracted the EAR file from websphere and then deployed it in jboss. My application has a external jar file consisting of some java classes provided by my client. i placed this jar file in web-inf/lib folder. But it is giving a problem like "Package xyz not found", which is actually there in that jar file. Why my application is not recognizing the jar file even though i placed it in the correct path.
Please help me...
thanks in advance
reply
    Bookmark Topic Watch Topic
  • New Topic