When I tried to run the TestClient sample I get the following error:
'Exception in thread main java.lang.NoClassDefFoundError: samples/userguide/example1/TestClient'.
My classpath is:
TOMCAT_HOME=/home/mburke/jakarta-tomcat-4.1.18
CLASSPATH=${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/axis-ant.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/axis.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/commons-discovery.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/commons-logging.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/jaxrpc.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/log4j-1.2.4.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/saaj.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/wsdl4j.jar\
:${TOMCAT_HOME}/webapps/axis/WEB_INF/lib/xerces.jar\
:/home/mburke/junit3.8.1\
:/home/mburke/xml-axis-10/samples\
:${TOMCAT_HOME}/common/lib/xercesImpl.jar\
:${TOMCAT_HOME}/common/lib/servlet.jar
export CLASSPATH

Reply via email to