There are three ways to start CCVisu:

1) Use the jar file and start CCVisu with:
   java -classpath bin/CCVisu.jar ccvisu.CCVisu

   This way you can also launch CCVisu's GUI:
   java -classpath bin/CCVisu.jar ccvisu.CCVisuGUI

   To start the tool more comfortable, you can
   set the environment variable CLASSPATH 
   to the directory where you find CCVisu.jar
   or copy CCVisu.jar to the directory where
   you collect all your other jar files.
   
2) Compile the program using the Makefile
   and execute CCVisu using the class files stored under bin.
   java -classpath bin ccvisu.CCVisu

   Set the environment variable CLASSPATH to bin.
   You can use the shell script setup.sh (generated by 'make setup')
   to set the variable once for each shell session.
   (Adapt to your shell.)

3) Use the main-class defined in the jar file:
   java -jar bin/CCVisu.jar

The shell scripts ccvisu.sh, ccvisu_gui.sh and disp.sh are available
to abbreviate the command line a bit.
To take advantage of them, you should set the
environment variable PATH to the bin directory, where they are stored.

2006-06-28 Dirk Beyer & Damien Zufferey
2007-12-12 Dirk Beyer
