yes
otherwise, you can configure another variable with this specific classpath (like AXISCLASSPATH), and use this one when you launch the java interpreter :
java -cp %AXISCLASSPATH% AdminClient ...
(or java -cp $AXISCLASSPATH with unix).
(maybe double quotes if you have spaces in your filepaths).
-- Julien
Suzy Fynes a écrit :
Will this hard code the classpath?
-----Original Message-----
From: Arijit Mukherjee [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 17:01
To: [EMAIL PROTECTED]
Subject: RE: Cant find AdminClient class
Setup the classpath using a batch file or .sh file (if on linux or unix)...
Something like:
set classpath=.;%AXIS_HOME%\lib\jaxrpc.jar;%AXIS_HOME%\lib\saaj.jar;%AXIS_HO ME%\lib\axis.jar;%AXIS_HOME%\lib\commons-logging.jar;%AXIS_HOME%\lib\log 4j-core.jar;%AXIS_HOME%\lib\tt-bytecode.jar;%AXIS_HOME%\lib\wsdl4j.jar;
Cheers
Arijit
-----Original Message-----
From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 16:47
To: [EMAIL PROTECTED]
Subject: RE: Cant find AdminClient class
Stand alone
-----Original Message----- From: Koney, Satish [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 16:44 To: [EMAIL PROTECTED] Subject: RE: Cant find AdminClient class
how are u running? as a standalone or as a task in ant?
the-----Original Message----- From: Suzy Fynes [SMTP:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 9:54 PM To: [EMAIL PROTECTED] Subject: Cant find AdminClient class
Hi,
When I try to the Admin Client I'm getting the following error
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient
Can anyone tell me how to setup my classpaths so that axis can find
class....I have all the axis jars in the axis lib folder asshould be.
____________________________________________
Thanks Suzy
Confidential: This electronic message and all contents contain information from Syntel, Inc. which may be privileged, confidential or otherwise protected from disclosure. The information is intended to be for the addressee only. If you are not the addressee, any disclosure, copy, distribution or use of the contents of this message is prohibited. If you have received this electronic message in error, please notify the sender immediately and destroy the original message and all copies.