* Installation *

All of the subdirectories of this directory contain a compilable & runnable 
version of AJIS examples. Before being able to run that, you need to have
GNAT, JAVA & GNAT-AJIS installed and reachable from your PATH. In order
to check that's the case, you can do:

On Unix:

which gprbuild
which javac
which ada2java

On Windows:

where gprbuild.exe
where java.exe
where ada2java.exe

All of these commands should display the location of the executables. If one
fails, it means that there's one tool missing that needs to be install.

* Contents *

Each example file contains two files:

- Makefile: File diving the binding, compiling the java sources, the ada 
   sources and then running the example
- build.bat (Windows) or build.sh (Linux / Solaris): Setting the environment 
   variables before calling make

So if you go on one example directory, you can bind, compile & run the example
  by doing:

On windows:

cmd /c build.bat

On Linux / Solaris:

sh build.sh
