Building the Examples

The simplest way to compile all examples is to start in the $JONAS_ROOT/examples/src directory and enter the following command line:

ant -find build.xml install
This command will compile all examples in the $JONAS_ROOT/examples/src directory.

NOTE: All examples assume that the current directory is $JONAS_ROOT/examples/ followed by the directory that contains the example. In other words, the commands entered for the SB example assume the current folder is $JONAS_ROOT/examples/src/sb whereas the commands entered for the EB example assume the current folder is $JONAS_ROOT/examples/src/eb. To make the examples operating system independent, command prompts have been supressed.