Ok, I got the Tomcat working. But it tells me now to set my CLASSPATH. How do I set my CLASSPATH?

Here is a quote from a tutorial:

For the Apache SOAP client to work, Xerces, Apache SOAP, JavaMail and the Java Activation Framework should be in the CLASSPATH. It so happens that Tomcat includes usable versions of Xerces, JavaMail and Java Activation Framework. I set my CLASSPATH to the following.


.;j:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;j:\soap-2_2\lib\soap.jar;j:\soap-2_2; j:\jakarta-tomcat-4.0.1\common\lib\mail.jar;j:\jakarta-tomcat-4.0.1\common\lib\activation.jar


How do i set the CLASSPATH? is it SET CLASSPATH = (above)
or SET PATH = (above)