-1
我第一次嘗試httpUnit並試圖從google.com獲取響應。httpUnit class not found
不過,我不斷收到以下錯誤:
com.meterware.httpunit.dom.HTMLDocumentImpl not found
雖然,我已經把httpUnit.jar在我的NetBeans項目的庫文件夾,實際上可以看出,類文件是存在的。
有關於此的任何經驗?
我第一次嘗試httpUnit並試圖從google.com獲取響應。httpUnit class not found
不過,我不斷收到以下錯誤:
com.meterware.httpunit.dom.HTMLDocumentImpl not found
雖然,我已經把httpUnit.jar在我的NetBeans項目的庫文件夾,實際上可以看出,類文件是存在的。
有關於此的任何經驗?
它可能與HttpUnit的documented external dependencies有關。