I had httpunit working now it doesn't. I have the necessary jars in the build path but when I run one of the examples, I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
which of course then kicks off a whole bunch of errors. I get this error with Example.java in the examples folder as well as some other tests I have.
Thanks!
Log in to post a comment.
I had httpunit working now it doesn't. I have the necessary jars in the build path but when I run one of the examples, I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
which of course then kicks off a whole bunch of errors. I get this error with Example.java in the examples folder as well as some other tests I have.
Thanks!