               README for RPNCalc Source Code

This file accompanies the source code for the RPN Calculator example.
The code is written in Ada95 and is to be compiled with JGNAT.
It was created with the RAPID gui builder tool and requires the
RAPID libraries during compilation.

Instructions
It is best to place the source files in an RPNCalc directory under the 
jrapid directory in the jgnat directory tree.  

To build the application, issue the jgnatmake command.
Here's a windows example:

   jgnatmake -I..\mcc_gui -I..\jvm_peer -I..\..\java-API rpnMain


This creates the rpnmain class which can be run on the JVM, such as:

   java rpnmain


This source code is provided as an educational example only and there is no
implied guarantee that it will execute at all, let alone be fit for any 
particular use.

