This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
XMLRPCTestClient.java:7: package org.apache does not exist
import org.apache.xmlrpc;
^
./XmlRpcClient.java:23: cannot find symbol
symbol : class XmlRpcConfig
location: package org.apache.xmlrpc
import org.apache.xmlrpc.XmlRpcConfig;
^
./XmlRpcClient.java:24: cannot find symbol
symbol : class XmlRpcException
location: package org.apache.xmlrpc
import org.apache.xmlrpc.XmlRpcException;
^
./XmlRpcClient.java:25: cannot find symbol
symbol : class XmlRpcRequest
location: package org.apache.xmlrpc
import org.apache.xmlrpc.XmlRpcRequest;
^
./XmlRpcClient.java:26: package org.apache.xmlrpc.common does not exist
import org.apache.xmlrpc.common.XmlRpcController;
^
./XmlRpcClient.java:27: package org.apache.xmlrpc.common does not exist
import org.apache.xmlrpc.common.XmlRpcWorkerFactory;
^
./XmlRpcClient.java:28: package org.apache.xmlrpc.serializer does not exist
import org.apache.xmlrpc.serializer.XmlWriterFactory;
^
XMLRPCTestClient.java:77: cannot access XmlRpcClient
bad class file: ./XmlRpcClient.java
file does not contain class XmlRpcClient
Please remove or make sure it appears in the correct subdirectory of the classpath.
private static String executeValidateCardFull( XmlRpcClient client )
I have downloaded apache-xmlrpc-current-src.tar.gz.I hade untar that file also.But i am getting the error.Please help me to solve this.
Thanks
Sridhar Santhanakrishnan
Ranch Hand
Joined: Mar 20, 2007
Posts: 317
posted
0
Looks like you have downloaded the source for RPC and not the jar archive.
preethi Ayyappan
Ranch Hand
Joined: Oct 04, 2007
Posts: 518
posted
0
Thanks, I didnt find any jar files there. The following are the files i found in the package