View Single Post
  #1 (permalink)  
Old 01-08-2008, 02:02 AM
Rodija Rodija is offline
Member
 
Join Date: Jan 2008
Posts: 1
Rodija is on a distinguished road
Java and Web Crawlers...
Hi everyone,

I was looking into how to build a web crawler with java and came across this old tutorial: Writing a Web Crawler in the Java Programming Language

After a few changes I got it to compile and run... but it doesn't work. Can anyone help?

Basically my intention is to use this as a foundation for a little project I have going. Eventually I want to modify it so that it will just crawl one website defined in the code and look for a set of qualties which i can define rather than for URLs. Any suggestions for going about this?

Many thanks.
Reply With Quote
Sponsored Links