«^»
7.4. Using the programs provided by Axis

In the following sections of this document, we will be using many of the programs that come with Axis. We will need an appropriate classpath to execute these programs. An appropriate very long classpath will be set up in a Command Prompt window if the following commands are executed:

0182: set AXIS_HOME=E:\axis-1_1RC2
0183: set CLASSPATH=.
0184: set CLASSPATH=%AXIS_HOME%\lib\axis.jar;%CLASSPATH%
0185: set CLASSPATH=%AXIS_HOME%\lib\commons-discovery.jar;%CLASSPATH%
0186: set CLASSPATH=%AXIS_HOME%\lib\commons-logging.jar;%CLASSPATH%
0187: set CLASSPATH=%AXIS_HOME%\lib\jaxrpc.jar;%CLASSPATH%
0188: set CLASSPATH=%AXIS_HOME%\lib\saaj.jar;%CLASSPATH%
0189: set CLASSPATH=%AXIS_HOME%\lib\log4j-1.2.4.jar;%CLASSPATH%
0190: set CLASSPATH=%AXIS_HOME%\lib\wsdl4j.jar;%CLASSPATH%