I am trying to use HtmlUnit either from command line or DrJava ide. This software has about 12 separate jar files, and they must all be in the classpath I use for any of their classes to be found by the compiler. When setting the classpath, what do I do: Set it to the directory containing all the jars, or do I set it to each jar separately?

