HttpClient的使用依賴於Apache commons專案中的兩個元件——commons-logging.jar、commons-codec.jar。所以要在Eclipse中新增外部Jar包 commons-logging.jar和commons-codec.jar。包括 HttpClient.jar已經都在eclipse的plugin裡面了,不需要另外下載。
網上普遍講的NoClassDefFoundError出錯的原因是ClassPath沒設好。
HttpClient的使用依賴於Apache commons專案中的兩個元件——commons-logging.jar、commons-codec.jar。所以要在Eclipse中新增外部Jar包 commons-logging.jar和commons-codec.jar。包括 HttpClient.jar已經都在eclipse的plugin裡面了,不需要另外下載。
網上普遍講的NoClassDefFoundError出錯的原因是ClassPath沒設好。