I have the following jar files in the path where the
XMLRPCTestClient.java,
1.commons-logging-1.1.jar
2.ws-commons-util-1.0.2.jar
3.xmlrpc-client-3.1.3.jar
4.xmlrpc-common-3.1.3.jar
5.xmlrpc-server-3.1.3.jar.
These files are found in the folder
apache-xmlrpc-current-bin
and tried to run the program using the command
javac -cp commons-logging-1.1.jar:.:ws-commons-util-1.0.2.jar:.:xmlrpc-client-3.1.3.jar:.:xmlrpc-common-3.1.3.jar:.:xmlrpc-server-3.1.3.jar XMLRPCTestClient.java
But still i am finding the same error.