Hi, Not enough information. Copy the full command line you gave and the stack trace you get. Also %AXISCLASSPATH% contents at that moment.
Upul On 10/4/07, zhshqzyc <[EMAIL PROTECTED]> wrote: > > > Still wrong. > > C:\axis\samples\stock>echo %AXISCLASSPATH% > c:\AXIS\lib\axis.jar;c:\AXIS\lib\common-discovery-0.2.jar > ;c:\AXIS\lib\commons-lo > gging-1.0.4.jar > ;c:\AXIS\lib\jaxrpc.jar;c:\AXIS\lib\saaj.jar;c:\AXIS\lib\log4j-1. > 2.8.jar;c:\AXIS\lib\xml-apis.jar > ;c:\AXIS\lib\xercesImpl.jar;c:\AXIS\lib\axis-ant > .jar;c:\AXIS\lib\wsdl4j-1.5.1.jar > > > > > Upul Godage wrote: > > > > Hi, > > > > You are missing package apache. > > > > java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient > > > > If you still get the class not found error for AdminClient. Check > whether > > AXISCLASSPATH has all axis/lib jars. e.g. echo %AXISCLASSPATH% > > > > Upul > > > > On 10/3/07, zhshqzyc <[EMAIL PROTECTED]> wrote: > >> > >> > >> What is wrong when I run the admin client. > >> [CODE] > >> > >> C:\Documents and Settings\Owner>cd c:\axis\samples\stock > >> > >> C:\axis\samples\stock>java -cp %AXISCLASSPATH% > >> org.axis.client.AdminClient > >> -lhtt > >> p://localhost:8080/axis/services/AdminService deploy.wsdd > >> Exception in thread "main" java.lang.NoClassDefFoundError: > >> org/axis/client/Admin > >> Client > >> > >> C:\axis\samples\stock> > >> [/CODE] > >> -- > >> View this message in context: > >> http://www.nabble.com/AXISCLASSPATH-tf4558968.html#a13016858 > >> Sent from the Axis - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/AXISCLASSPATH-tf4558968.html#a13040481 > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
