README - UiEngine - 04/28/99

This exe is a self-extracting install program for installing the UiEngine client for Windows. You would install this client on your client machines, and also on your
development machine so that you can test your applications as you develop.

To install on your development machine, execute the file ULCWUie.exe . When prompted for the directory to install, please install to the directory:

x:\vast\ulc\
where: x:\vast\ is the path that VisualAge 4.5 in located.

To install on your client machines, execute the file ULCWUie.exe . When prompted for the directory to install, please install to x:\your directory\ 
where x:\your directory\ is any directory you wish.

To execute the UiEngine, you can create a Program icon on your desktop and set:
Path and Filename: x:\yourdirectory\UIEngine\bin\ulcui.exe
WorkingDirectory:  x:\yourdirectory\UIEngine\bin

The default is setup to use your installed version of the Java Runtime and Swing.
If you want it to use a different version of the Java Runtime and Swing than your
default, then you can set environment variables to point to these locations.

      Set UlcJRERoot=the-root-directory-of-your-java
      Set UlcSwingHome=the-root-directory-of-your-Swing-Classes

It is assumed that the jre will be in the bin subdirectory under this root directory,
and the classes files will be in the lib subdirectory under this root.

Also, an environment variable must be set for the UI Engine as follows:

      Set UlcUIHome=x:\VAST\ULC\UIEngine
          where: x:\vast\ is the path that VisualAge 4.5 in located.

Note: we plan to make the install directories easy to identify in the GA version of the client install.