Hi,

Probably a simple one, i'm trying to run the TestClient sample, I opened a command 
line from a batch file which looks like that:
set JAVA_HOME=C:\Program Files\jdk1.3.0_02
set PATH=%JAVA_HOME%\bin;%PATH% 
set TOMCAT_HOME=C:\jakarta-tomcat-3.3a
set CLASSPATH=%CLASSPATH%;C:\jakarta-tomcat-3.3a\webapps\axis\WEB-INF\lib\Axis.jar
cmd

>From the command line I compiled the TestClient.java and it compiled with no errors, 
>however when I tried to run the program using "java TestClient" I got the next error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
        at org.apache.axis.client.Service.getAxisClient(Service.java:119)
        at org.apache.axis.client.Service.<init>(Service.java:130)
        at TestClient.main(TestClient.java:14)

Can you tell me what am I doing wrong?

TIA, poncho





_________________________
http://webmail.nana.co.il
Israel's free WebMail.


Reply via email to