I've created a test client for one of my web services. I'm developing in Eclipse 3.0 with Axis 1.1. When I run the client in Eclipse, it requires jaxrpc.jar, axis.jar, commons-logging.jar, commons-discovery.jar, and saaj.jar. These are all out of the axis lib dir. However, when I jar up my class files and try to run the client from a command prompt, I get a no class def error for org.w3c.dom.Node. Any ideas as to why it would work in Eclipse and not at the command line?
Chris
