* Steps to configure and run JaCaMo
1. Run the config utility
a) double click on lib/jacamo.jar or
b) run
cd lib
java -jar jacamo.jar
2. Install the eclipse plugin
http://jacamo.sourceforge.net/eclipseplugin/tutorial/
3. Open the examples and run them
4. JaCaMo application can be executed by executing the script
jacamo (at bin directory) with the some .jcm file as the
parameter.
bin/jacamo somefile.jcm
* Directories
- examples (examples of JaCaMo)
to run building house:
cd examples/house-building
ant run
- doc (all doc from Jason, Cartago, and Moise)
- src (source code for JaCaMo development)
- lib (all jar file for JaCaMo)