You have to add the AXISCLASSPATH contents to CLASSPATH when running client.

http://ws.apache.org/axis/java/install.html says,
To use Axis client code, you can select AXISCLASSPATH when invoking Java by
entering
java -cp %AXISCLASSPATH% ...

Also check Axis2 at http://ws.apache.org/axis2/.

Upul

On 10/3/07, zhshqzyc <[EMAIL PROTECTED]> wrote:
>
>
> Because I get the java client error "ClassNotFoundException", so I guess
> my
> setting AXISCLASS is wrong.
>
> I read the Axis setup tutorial.
> It is probably a good time to add the AXISCLASSPATH variable to your
> CLASSPATH variable.
> How to add?
> I already set AXISCLASSPATH.
>
> [code]
> %AXIS_LIB%\axis.jar;%AXIS_LIB%\common-discovery-0.2.jar
> ;%AXIS_LIB%\commons-logging-1.0.4.jar
> ;%AXIS_LIB%\jaxrpc.jar;%AXIS_LIB%\saaj.jar;%AXIS_LIB%\log4j-1.2.8.jar
> ;%AXIS_LIB%\xml-apis.jar;%AXIS_LIB%\xercesImpl.jar
> [/code]
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/AXISCLASSPATH-tf4558968.html#a13010276
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to