Re: running sample

2004-10-11 Thread Yeo Wee Tat
Hi Fahad , java.lang.NoClassDefFoundError --- meaning that your classes or jar file is not your class path. However for your first problem , culprits was the package names , maybe you can run your program using command below : samples.userguide.example1.TestClient

running sample

2004-10-11 Thread Fahad Javed
Title: running sample Hi, I successfully installed axis and ran through tests but on the first sample it is giving me the following errror. Exception in thread "main" java.lang.NoClassDefFoundError: TestClient (wrong nam e: samples/userguide/example1/TestClient)

Re: Errors running sample clients

2002-06-27 Thread Jools
"Cohan, Sean" wrote: > > It turns out my CLASSPATH was polluted. I was able to run example2 going > using xerces. However, when I try example3, I get the following: > > C:\jakarta-tomcat-4.0.4\bin>java org.apache.axis.client.AdminClient > deploy.wsdd > - Processing file deploy.wsdd > - Excepti

RE: Errors running sample clients

2002-06-27 Thread Cohan, Sean
2 5:05 PM To: '[EMAIL PROTECTED]' Subject: RE: Errors running sample clients I was really hoping that your suggestion would work and I'd be off to the races, but... I then got the following error: C:\xml-axis-beta2\samples\userguide\example2>java samples.userguide.example2.Calc

RE: Errors running sample clients

2002-06-27 Thread Cohan, Sean
at samples.userguide.example2.CalcClient.main(CalcClient.java:89) Help... -Original Message- From: Jools [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 4:40 PM To: [EMAIL PROTECTED] Subject: Re: Errors running sample clients > I am a complete newbie (to axis) and have just installe

Re: Errors running sample clients

2002-06-27 Thread Jools
> I am a complete newbie (to axis) and have just installed axis. I'm running > through the user guide samples and I get an error when trying to run > clients. For example, when I run the example2\CalcClient as instructed in > the user guide, I get the following error: I had the same problem a

Errors running sample clients

2002-06-27 Thread Cohan, Sean
I am a complete newbie (to axis) and have just installed axis. I'm running through the user guide samples and I get an error when trying to run clients. For example, when I run the example2\CalcClient as instructed in the user guide, I get the following error: C:\xml-axis-beta2\samples\userguid