Running Example 13.7 GetJavaPrice.java The SOAP 2.2 release no longer requires the Xerces parser. We can use the crimson parser included with JAXP. We also need mail.jar and activation.jar which come either with JRun or Tomcat. We can run using either java -classpath .;%SOAP_HOME%\lib\soap.jar;%JAXP_HOME%\crimson.jar; %JRUN_HOME%\lib\ext\mail.jar;%JRUN_HOME%\lib\ext\activation.jar GetJavaPrice 1576760235 or java -classpath .;%SOAP_HOME%\lib\soap.jar; %catalina_home%\common\lib\crimson.jar;%catalina_home%\common\lib\mail.jar; %catalina_home%\common\lib\activation.jar 1576760235 where %catalina_home% is the Tomcat installation directory.