• 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

why "org apache xerces jaxp Document Builder Factory Impl not found"?

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I searched this forum to find some help in diagnosing why I am getting the following error message:

I found a message that this problem is caused because there may be two different DOM implementations in your classpath. How do I determine what DOM implementations are in my classpath? Do I need to look thru each jar in my classpath to see which one contains DOM implementations? The jars for the j2sdk are not in my classpath. Are they searched prior to the jars in the classpath? Can someone point me towards some documentation that helps me to understand how the classes are loaded and in what order?
I appreciate your help!
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the tooldocs section under docs in your J2SDK installation for the findingclasses.html file.
Bill
 
reply
    Bookmark Topic Watch Topic
  • New Topic