posted 20 years ago
You don't need any .class files -- the .jar files are everything you need.
In order to use HttpUnit, the only thing you need to do is:
1) download httpunit-x.y.zip
2) unzip the archive somewhere
3) add all the .jar files from the archive into your project's classpath
4) write tests that use the com.meterware.httpunit.* classes
Here's an example HttpUnit test I wrote for a training class I ran some time ago: