Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个愚蠢的问题,但我在使用 Eclipse 时遇到了一些麻烦。我正在使用 htmlunit.jar 构建一个小型测试应用程序。我已将 .jar 添加到库下的构建路径中,并且在编写代码时 eclipse 中没有错误。
但是,每当我尝试调试程序时,它都会抛出 NoClassDefFoundError,即使我引用了该库。我究竟做错了什么?
提前非常感谢!
htmlunit 对其他库有很多依赖项,您还必须将这些依赖项添加到您的库中。
我的建议:尝试使用 maven 或一些类似的构建系统来管理依赖项