Re: CalClient problem: Classpath

2006-04-27 Thread Bharathi Kattamuri
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.j

Re: CalClient problem: Classpath

2006-04-27 Thread Kensky Schulz
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 samp

Re: CalClient problem: Classpath

2006-04-26 Thread Deepal Jayasinghe
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

Re: CalClient problem: Classpath

2006-04-26 Thread Kensky Schulz
You have to place the server side .aar in your class path. Remember the server side code you generated as .aar for classpath reference should be renamed as .jar before placing into classpath. On 4/24/06, Askar Zaidi <[EMAIL PROTECTED]> wrote: Hi, When I try to run the CalClient example, I ge

CalClient problem: Classpath

2006-04-24 Thread Askar Zaidi
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 sol