Download
From Vexi
The current version is Vexi 3.0 build 3447
You can download Vexi from Sourceforge.
[edit]
Download Information
The download is packaged as a zip file with the following structure:
vexi3_r3447/ vexi3.jar vexi_widgets.vexi vexi_pageflow.vexi vexi_icons.vexi vexi_guide.vexi
To run Vexi:
java -jar path/to/vexi3.jar -t main.template path/to/include_me.vexi your/source/
[edit]
Example
Unzip the platform package in the working directory.
Take one of the Hello World! examples, save it as main.t in the working directory.
Run the following command:
java -jar vexi3_r3447/vexi3.jar -t main vexi3_r3447/vexi_widgets.vexi .
The example will open before you.

