mohankreddy / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

need help #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using this Crawler4j for the first time. i just copied the example code 
and tried to run but got this error. I don't what is going wrong. Can anyone 
help me???

Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/http/client/methods/HttpUriRequest
at Controller.main(Controller.java:21)

Original issue reported on code.google.com by rameshna...@gmail.com on 27 Feb 2012 at 2:47

GoogleCodeExporter commented 9 years ago
can anybody tell me what are all dependencies needed for crawler4j to work??

Original comment by rameshna...@gmail.com on 27 Feb 2012 at 3:23

GoogleCodeExporter commented 9 years ago
You can download all the dependencies from here: 
http://code.google.com/p/crawler4j/downloads/detail?name=crawler4j-3.x-dependenc
ies.zip&can=2&q=

If you use Maven, you even don't need to download the above dependencies and 
they are automatically included.

-Yasser

Original comment by ganjisaffar@gmail.com on 28 Feb 2012 at 5:45