By default, xmlParserAPIs.jar should be in the same directory as jaxrpc.jar (usually %AXIS_HOME%/lib). Your error message indicates that jaxrpc.jar is not being found though. If jaxrpc.jar really is on your runtime classpath, then double check the classpath for typos and missing semi-colons.
-----Original Message----- From: J R [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 6:47 PM To: [email protected] Subject: RE: Question about Redistributing Axis Program I am using Axis 1.2.... Where is the location of xmlsParsersAPIs... or what does the file look like... everytime I try to run the program I get the error Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/Service at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) It doesn't make sense, because the jaxrpc is included in my classpath. JR --- "Tootell, James" <[EMAIL PROTECTED]> wrote: > I'm going through something similar. From what I've found, you need > the following jars on your classpath: axis, commons-discovery, > commons-logging, jaxrpc, saaj, wsdl4j, xercesImpl, and > xmlsParsersAPIs. > The versions will depend on the version of Axis you're using. > > JT > > -----Original Message----- > From: J R [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 08, 2005 3:19 PM > To: [email protected] > Subject: Question about Redistributing Axis Program > > Hi All. > > As a newbie to Axis client materials, I have a > question: > > I have been reading > http://ws.apache.org/axis/java/client-side-axis.html#Redistribution... > I have created a program using WSDL2Java and some axis packages. I > want to JAR everything up and send it to another person to execute. > They do not want to install Axis. What would I have to do in order to > send one jar file to my friend that would contain all of the needed > stuff to execute my program? > > JR > > > > > ______________________________________________________ > Click here to donate to the Hurricane Katrina relief effort. > http://store.yahoo.com/redcross-donate3/ > > ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/
