The latest version of diviz is 1.8.1:
diviz requires to have Java (JRE 6 Update 16 (or later)) installed on your computer. You can download the latest Java version here.
To run diviz,
either double click on the downloaded jar file;
or run the following command (in a terminal window (Linux) or a command prompt (Windows)):
java -jar diviz-client.jar
For Windows users to open the command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt.
Since version 1.4, a new command-line is also available, for launching the execution of workflows without having to use the graphical user interface:
DVZ_CMD="java -Djava.util.logging.config.file= -Done-jar.main.class=eu.telecom_bretagne.praxis.client.SimpleCommandLine -jar ./build/diviz-client.jar"
Executing a workflow:
$DVZ_CMD /path/to/diviz/workspace/weightedSum/current/weightedSum.dvz
For details on the available options: $DVZ_CMD -h
Note:
- The command-line can substitute the workflow’s input files with others before execution
- Option ‘-v’ triggers verbose logging.
Note
If you wish to be informed of future releases, we strongly suggest that you subscribe to the announcement mailing list of diviz (for further details, please have a look at the contact page).