0

I am interested in writing a java application using HtmlUnit, but I do not understand how to set up the dependencies listed here: http://htmlunit.sourceforge.net/dependencies.html

Is each entry on the page something you have to download?

Or I guess more specifically, could someone clarify for me what a dependency is and how you would add them to the IDE? I am currently using Eclipse.

4

1 回答 1

1

您应该只下载 HtmlUnit 的二进制发行版。它包含所有依赖项。然后只需将它们添加到项目的构建路径中。

于 2012-12-08T12:45:59.263 回答