Re: AdminClient throws NoClassDefFoundError

2004-03-24 Thread smcardle
Hi Grant, you have not got the axis jar files on your class path. A common way to do this is to create an AXISCLASSPATH environment variable that has all of the Axis jar file defined in the lib directory under your AXIS_HOME installed directory and then call the method as java -cp %AXISCLASSP

Re: AdminClient throws NoClassDefFoundError

2004-03-23 Thread Mei Wu
hey, R4 isn't hard at all, but I have not started it yet myself... - Original Message - From: "Grant Hulbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 6:48 PM Subject: AdminClient throws NoClassDefFoundError > I have Axis

AdminClient throws NoClassDefFoundError

2004-03-23 Thread Grant Hulbert
I have Axis installed on Mac OS X Panther with Tomcat 4.1.30, and my simple .jws files work great. Now that I've graduated to more complex needs (I need to return nonstandard data types), I'm trying to deploy a web service wsdd-style. I get an error when executing Admin client though: granthul