Read This First !
(C) 1997-98, Christof Prenninger
10 credit project (Java)
- You need (at least) JDK 1.1.5 and the Swing-JFC 1.0.1 (with the METAL Look&Feel) to run this program.
- Environment-Variables must be set correctly.
set JAVA_HOME=E:\Programme\JDK1.1.5
set SWING_HOME=E:\Programme\JDK1.1.5\swing-1.0.1
set CRAWLERHOME=E:\Programme\Webcrawler
set CLASSPATH=%JAVA_HOME%\lib\classes.zip;%SWING_HOME%\swing.jar;%CRAWLERHOME%\classes.zip;.
- In Windows start the program with RUN.BAT
- See the online help in the program if you need help.
- The classes are documented in The Webcrawler Documentation.
- Developers, who want to create their own Controllers or Visualizers, see Help For Developers.
Please mail comments to Christof Prenninger. Thank you.