You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Drinkwater, GJ (Glen)" <G....@dl.ac.uk> on 2002/02/22 10:45:51 UTC

classpath problems

i have been using soap and have had it working for a while now.   But
recently i have installed netbeans.  The installation did not work because i
had xerces in my java_home/jre/lib/ext directory.  i had to remove the jar
file and add it to my classpath instead.  But now when i try to run a client
to call a soap method (class) the client calls a NoClassFoundException and
with org/w3c/dom/Node.

The class complies ok but always throws and exception at the Call call = new
Call();

Could anybody tell me why it throws this exception please.  i also have the
xerecs.jar in my tomcat/lib directory aswell.???

thanks