couldn't run httpUnit class
Sorry for my english, I know it is not well.
I need to test some web-pages with HTTPUnit.
I've compile "Example.java" (from HTTPUnit examples)
"javac Example.java" - without errors.
But "java Example" - generates an error:"Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/util/ParserConfigurati onSettings"
What does it mean? What I need to do to run this example?
I need to test some web-pages with HTTPUnit.
I've compile "Example.java" (from HTTPUnit examples)
"javac Example.java" - without errors.
But "java Example" - generates an error:"Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/util/ParserConfigurati
What does it mean? What I need to do to run this example?
