multi-threaded-webcrawler

Dependencies

There is one required .jar file for jsoup which is placed in ./lib/ folder:

Compiling the source code

javac -classpath lib/jsoup-1.16.1.jar src/mtWebCrawler/WebCrawler.java src/mtWebCrawler/Main.java