|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Test Class help ...
I use WSAD 4.0.3 for Java Development. I am trying to run a test case using JUnit which is a plugin to WSAD. I get the following error:
.E.E.E.E.E Time: 0.261 There were 5 errors: 1) testUpdate(DistributorTest) java.lang.NoClassDefFoundError: org/w3c/dom/Node Any ideas?? |
|
#2
|
||||
|
||||
|
What runtime version do you have?
Code:
org/w3c/dom/Node points to an XML-error of some sort, i think. Do you have Xerces and Xalan added to your project?
__________________
Now is the winter of our discontent made glorious summer by this son of York. |
|
#3
|
|||
|
|||
|
I don't have either of those in my project, where would I find out what runtime version I am using?
![]() |
|
#4
|
|||
|
|||
|
Targaz ~ thanks!! I added Xerces to my project and it worked.
![]() |
|
#5
|
||||
|
||||
|
Xalan and Xerces are from www.apache.org.
I believe Sun has a usefull xml-package aswell. Also check out XML4J.jar from IBM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Test Class help ... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|