This is VizDIET 1.1.1 which is developed by the GRAAL team.
VizDIET provides a monitoring tool for DIET-1.1.
If you need more information on DIET or VizDIET,
see our web pages http://graal.ens-lyon.fr/DIET.
please note that VizDIET has been tested and developed 
with the sun jvm that you can find at the folliwing 
address : http://java.sun.com/j2se/1.4.2/download.html

To compile the jar file (and run VizDIET) execute :

ant run 
(For information about ant : http://ant.apache.org/)

To run VizDIET (if you have already compile it), you just execute the
script named run or type this command line :

java -jar VizDIET-1.1.1.jar

please be sure you have the following jars within the lib directory :
OpenJGraph.jar, log4j.jar.

As you can seen in the Changelog file, VizDIET 1.1.1 adds the
possibility to read a log file with real time execution. The LogFile
must be sorted, so in this tarball there is also a tool to sort your
logFile named VizDIETUtils.

To run VizDIETUtils, you just execute the script named run_utils or
type this command line :

java -jar VizDIETUtils.jar

see the Changelog file to know more about the new features.
if you notice any bug please report it to bugzilla :
http://graal.ens-lyon.fr/bugzilla
