• 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

classes missing from the class path

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have this problem. I am using jaxp.jar and parser.jar. Both jars are in the classpath but rather differently. I have unjared both into the current directory instead of placing the jars in classpath. That way they will be in the classpath along with my classes. I did this because my application could not find the jars when I place them in the classpath. So I unjared into the current directory.
No what I did is, I just loaded a class javax.xml.parsers.DocumentBuilderFactory, which is in unjared jaxp.jar package, with Class.forName(). It is loading the class but my class javax.xml.parsers.DocumentBuilderFactory is missing on the hard disk. Along with this another class which is also missing is javax.xml.parsers.ParserConfigurationException.
Any ideas why they are missing?
Thanks,
Srinivas.
 
Amateurs built google. Professionals built the titanic. We can't find the guy that built this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic