• 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

How to install Xerces & Xalan?

 
Ranch Hand
Posts: 511
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I unzipped Xerces & Xalan into my WinXP machine... I am running the latest Java SDK 1.4.2_05, and wish to know which jars should be placed in my CLASSPATH? Both directories have xml-apis.jar, xercesIMPL.jar, and xalan.jar, which particular jars do I use?

Is there a trail here somewhere relating to these 2 XML tools and Java?

With thanks,
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Unnsse Khan:
I unzipped Xerces & Xalan into my WinXP machine... I am running the latest Java SDK 1.4.2_05, and wish to know which jars should be placed in my CLASSPATH? Both directories have xml-apis.jar, xercesIMPL.jar, and xalan.jar, which particular jars do I use?


You don't need the xml-apis.jar if you're using JDK 1.4 so just make sure that there's only copy of xalan.jar and one copy of xercesImpl.jar in your classpath.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic