I want to configure this java crawler (http://code.google.com/p/crawler4j/). But I am confuse how can I do this as this is the first time I am working on this. I have downloaded all those two files that was written in that description (" One of them contains crawler4j jar file and config files and the other contains dependencies of crawler4j. Put all of these in your classpath.") but I am confuse how should I put those two files in my classpath.. My classpath contains ( .;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip;C:\apps\apache\tomcat7\lib\servlet-api.jar;C:\apps\apache\tomcat7\lib\jsp-api.jar;C:\apps\apache\tomcat7\lib\el-api.jar ). Any suggestions will be appreciated as I am new to this..
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Add the two directories to the class-path using wildcards. See Setting the class path for details. |
|||
|
