Hi Deepal,

I set my variable like this for (linux); and tried couple of examples, working fine.

AXIS_HOME=/usr/local/axis-1_3
AXIS_LIB=$AXIS_HOME/lib
AXISCLASSPATH=$AXIS_LIB/axis.jar:$AXIS_LIB/commons-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/wsdl4j-1.5.1.jar:$AXIS_LIB/xml-apis.jar:$AXIS_LIB/xercesImpl.jar
export AXIS_HOME; export AXIS_LIB; export AXISCLASSPATH


Hope this is useful.

Bharathi.


Kensky Schulz wrote:
Well I didn't noticed that its an Axis1. Perhaps in axis1 what I
remember the lib jars and server side code should be in classpath. I
tried in old version, may be in new version it might have been
changed.



On 4/26/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
Hi  Kensky;

This is Axis1 sampple not an Axis2 sample , so Axis1 does not support
.aar based deployemnt , so it will not help that if you drop .aar file
into classpath. But if you put .jar file it may work (btw I am not the
right person to answer Axis1 q :) )


Kensky Schulz wrote:

> You have to place the server side .aar in your class path. Remember
> the server side code you generated as <serverapp>.aar for classpath
> reference should be renamed as <serverapp>.jar before placing into
> classpath.
>
>
>
> On 4/24/06, Askar Zaidi <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>>
>> When I try to run the CalClient example, I get the following exception:
>>
>>  Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/apache/axis/utils/Options
>>          at
>> samples.userguide.example2.CalcClient.main(CalcClient.java:29)
>>
>>  If this is a CLASSPATH trouble, please tell me how to solve this.
>>
>>  I have set AXIS_HOME and AXIS_LIB.
>>
>>  this is my directory structure:
>>
>>  /home/tintin/apache/
>>  /home/tintin/axis/
>>
>>  PLEASE ! this is urgent !!
>>
>> --
>> thanks,
>>
>> Askar
>
>
>

--
Thanks,
Deepal
................................................................
~Future is Open~





Reply via email to