• 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

XML Jars ABC

 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rancher Friends!

Please bear with my limited/almost-zero knowledge of XML parsers world.

I have very basic question; where do I find glossary of XML Jars meaning? There are so many jars around that I am totolly confused which one to use in which environment (JDK 1.2; JDK 1.3; JDK 1.4)

My code runs good from WSAD using following jars:

1. xerces.jar
2. j2ee.jar
3. lwc-ext.jar
4. xml4j.jar

but breaks in production environment with NoClassDefFoundError.

In production environment (JDK 1.2) I have following jars:

1. xerces.jar
2. parser.jar
3. jaxp.jar

In another production environment (JDK 1.4) I have following jars:

1. xerces311.jar
2. xmlapis.jar

I really need to understand the basic concepts; specially which jar is used for what purpose.

THANKS A TON in advance for all the help!
 
There are no more "hours", it's centi-days. They say it's better, but this tiny ad says it's stupid:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic