Getting Started with CARTS
- Download and install Java (version 1.6 and above)
- Download CARTS to your computer and unzip it.
Running CARTS Binary
Double-click on the "carts.jar" file to invoke the application. Alternatively,
- Open a command prompt (Windows) or a shell (Mac OS / Linux).
- At the prompt/shell, type in: java -jar Carts.jar
Compiling CARTS Source Code
To compile the source, follow the steps below:
- Open a command prompt (Windows) or a shell (Mac OS / Linux).
- At the prompt/shell, go to the source code directory: cd carts-source
- Compile the source using ant: ant compile
- To run the executable file, type in: java -cp build Carts
Tool Documentation
|