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

error loading xerces.jar

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i am developing java application on wls server.i have a ear file which is having 2 ejb's and 2 war's.
in one of the ejb m using class-path entry as shown
Class-Path: xerces.jar Logging.jar xmlParserAPIs.jar xercesImpl.jar eHubCommon-Server.jar jakarta-regexp-1.3.jar log4j-1.1.3.jar saxpath.jar jdom.jar jaxen-jdom.jar jaxen-dom.jar jaxen-core.jar XML2DOConverter.jar XML2DOConverterExample.jar bti-rsa_validator.jar
The last jar bti-rsa_validator.jar is using SAXParser class
when deploying application m getting error NoClassDefFound for SAXParser which is present in 2 jars xerces.jar and xercesImpl.jar under same package.
i have put all jars in one directory and made ear file.
if i put xerces.jar in wls classpath evevrything works fine,but i have use that using manifest file .
 
I wasn't selected to go to mars. This tiny ad got in ahead of me:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic