Like this article? We recommend
Running the Code
The requirements for running the supplied code (see reference [5]) are as follows:
- Download the zipped file (see reference [5])
- Make sure that the compiled class file Graph.class is on the CLASSPATH (or don’t use a CLASSPATH)
- Then, just use the command-line tool java.exe to invoke the
program:
java Graph
The program should then run as described above.