Building the example

The simplest way to compile this example is to go under $JONAS_ROOT/example/src/sb directory and to use the compile.sh shell script on Unix, or the compile.bat script on Windows.

If the GNU make is installed on your machine, you can build this sb example by using the Makefile file you find in this directory. To do so just type make.

Ant users can build all examples in one shot by going in $JONAS_ROOT/example and using ant compile.