Re: classpath problem after upgrading to beta 2

2002-05-04 Thread Hui Deng
D:\Apache Tomcat 4.0\webapps\axis\WEB-INF\classes>java samples.userguide.example 3.Client "test me!" Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/encodin g/XMLType Finally figure out what happen: on the client side, now beta2 use import javax.xml.rpc.ParameterMode; i

Re: classpath problem after upgrading to beta 2

2002-05-03 Thread Lyndon Durham
Try putting the jar files that axis uses in your java sdk's jre/lib/ext folder. If your on a windows based system it will be something like c:\jdk1.3\jre\lib\ext. Copy or move the libraries(jar files) that Axis needs(they are listed in theInstallation Guide for Axis) there. To run the examples

Re: classpath problem after upgrading to beta 2

2002-05-03 Thread kristian meier
yesterday I solved a similar problem, see http://xml.apache.org/axis/faq.html#faq5 I used beta2, I never had beta1 best wishes Kristian Hui Deng wrote: > > I struggled on this for long hours, I quit and look > for help here. > After upgrading to beta2 (beta1 runs perfectly), when > I run a

RE: Classpath problem

2002-03-01 Thread Ramon Turnes
This works fine for me: set AXIS_LIBS=%AXIS_HOME%\lib\axis.jar;%AXIS_HOME%\lib\log4j-core.jar; %AXIS_HOME%\lib\clutil.jar;%AXIS_HOME%\lib\wsdl4j.jar set XERCES=%WSTK_HOME%\lib\xerces.jar java -classpath %XERCES%;%AXIS_LIBS% ... I am using Tomcat 4.0.1 with Axis. Hope it works for you. Regards.

Re: Classpath problem

2002-03-01 Thread Tom Myers
At 01:58 PM 3/1/2002 +, Monika Solanki wrote: >yes, I am using tomcat but which is bundled with the java webservices pack which also >has a common \lib. I want to put the axis.jar, log4-core.jar and xerces.jar in the >path. Can I put it in that directory? > >Cheers. Answer #1: try it and se

Re: Classpath problem

2002-03-01 Thread Monika Solanki
yes, I am using tomcat but which is bundled with the java webservices pack which also has a common \lib. I want to put the axis.jar, log4-core.jar and xerces.jar in the path. Can I put it in that directory? Cheers. Tom Myers wrote: [EMAIL PROTECTED]"> At 01:38 PM 3/1/2002 +, Monika Solan

Re: Classpath problem

2002-03-01 Thread Tom Myers
At 01:38 PM 3/1/2002 +, Monika Solanki wrote: >Hi all, > >I have been desperately trying since yesterday to configure the classpath for windows >2000 to set the path for the jar files. Nothing seems to work. Can someone pls >help. :-( If you're using axis, I presume you're using it wit