-----Urspr�ngliche Nachricht-----
Von: Phee, Martin J (Jump Tech) [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 6. M�rz 2003 17:33
An: '[EMAIL PROTECTED]'
Betreff: RE: Axis 1.0 with JRE 1.3.1_02Looks like your missing a jar. Add xerces.jar to your app.-----Original Message-----
From: "Gei�, Matthias" [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 10:27 AM
To: ' ([EMAIL PROTECTED])'
Subject: Axis 1.0 with JRE 1.3.1_02
Hi,
What do I have to to to use Axis 1.0 with JRE 1.3.1_02 ? (usind Windows XP if that matters)
I cannot even deploy the stock sample, getting the following exception:
[java] java.lang.NoClassDefFoundError: org/w3c/dom/Node
[java] at org.apache.axis.client.Service.getAxisClient(Service.java:143
)
[java] at org.apache.axis.client.Service.<init>(Service.java:152)
[java] at org.apache.axis.client.AdminClient.<init>(AdminClient.java:12
3)
[java] at org.apache.axis.client.AdminClient.main(AdminClient.java:339)[java] Exception in thread "main"
[java] Java Result: 1
Thanks for your help,
Matthias
Title: Nachricht
You
were right, some jar's were missing.
However the xerces.jar was already in the classpath.
The
missing ones were:
dom.jar, sax.jar, jaxp-api.jar, xercesImpl.jar
which
I got in the Java Web Services Development Pack at
java.sun.com
Best
regards,
Matthias
