Copyright ©1998 by AAA+ Software Forschungs- und Entwicklungs Ges.m.b.H.  All Rights Reserved. Revision 1.09 - February 26, 1998.





The enclosed Joy software comes with a free evaluation license. Please read the accompanying Software License Agreement before using or installing the software.




Installing Joy





This short section explains how to install Joy on Windows NT 3.51, Windows NT 4.0 or Windows 95.  You must have Yellow Box for Windows, OPENSTEP Enterprise or WebObjects 3.5 installed in order to use Joy.



Installation steps

1. On Windows NT you must be administrator to install Joy.
2. Start the Bourne Shell.
3. Remove any old Joy Installation, if present.  Use the following command:
rm -rf $NEXT_ROOT/LocalLibrary/Joy $NEXT_ROOT/LocalLibrary/Services/JoyService.service $NEXT_ROOT/LocalLibrary/Frameworks/itkTcl.framework $NEXT_ROOT/LocalLibrary/Frameworks/joyRuntime.framework
4. Change your working directory to the directory in which the file Joy.tar is located.
5. Copy the installation package to the Yellow Box root directory:
cp Joy.tar $NEXT_ROOT
6. Change your working directory to the Yellow Box root directory:
cd $NEXT_ROOT
7. Unpack Joy.tar by typing the following command:
gnutar -xpvf Joy.tar
Warning:
Don't use any other uncompressing tools than gnutar as provided by the Yellow Box.
8. Remove the package:
rm Joy.tar
9. Add the following path to the system environment variable Path (separated by a semicolon):
%NEXT_ROOT%\LocalLibrary\Executables
On Windows NT, this is done in the System Control Panel, on Windows 95 you have to edit the variable PATH in your AUTOEXEC.BAT file.
Warning:
Verify that the path has actually been set correctly.  If your path is too long, you might need to split it up using an additional environment variable. On Windows 95 take care that NEXT_ROOT is defined before PATH is set.
This will install Joy into %NEXT_ROOT%\LocalLibrary, where %NEXT_ROOT% is the path of your Yellow Box installation (e.g. C:\Next or C:\Apple). You may want to read the README file in %NEXT_ROOT%\LocalLibrary\Joy and the Documentation in %NEXT_ROOT%\LocalLibrary\Joy\Documentation or have a look at the Examples in %NEXT_ROOT%\LocalLibrary\Joy\Examples.
10. On Windows NT log out and log in with your user account.  On Windows 95 reboot the computer.