Image

Imagekaat2001 wrote in Imagejava_dev

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/ParserConfigurationSettings"

What does it mean? What I need to do to run this example?