Finding the version of Xerces and Xalan
 Technote (troubleshooting)
 
Problem(Abstract)
How to issue a Java™ command to find the version of Xerces and Xalan.
 
Resolving the problem
Xerces and Xalan have a class called Version that keeps track of the version number. You can confirm these versions by executing the Version class using the java command-line tool.

For example:
$WAS_HOME/java/jre/bin/java -cp path/xerces.jar org.apache.xerces.impl.Version

Returns => XML4J 4.0.12

$WAS_HOME/java/jre/bin/java -cp path/xalan.jar org.apache.xalan.Version

Returns => LotusXSL Java 2.3.10

 
Related information
Xerces Version Class
Xalan Version Class
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers WebSphere Application Server Enterprise General AIX, HP-UX, Linux, Multi-Platform, Solaris, Windows 5.0, 5.0.0, 5.0.1, 5.0.2, 5.0.2.2, 5.0.3 Edition Independent, Enterprise
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > General
Operating system(s): Windows
Software version: 5.0.2.3
Software edition:
Reference #: 1165946
IBM Group: Software Group
Modified date: Jul 27, 2004