Copyright ©1998 by AAA+ Software Forschungs- und Entwicklungs Ges.m.b.H. All Rights Reserved.
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. | Change your working directory to the directory in which the file Joy.tar is located. |
4. | Copy the installation package to the Yellow Box root directory: cp Joy.tar $NEXT_ROOT |
5. | Change your working directory to the Yellow Box root directory: cd $NEXT_ROOT |
6. | 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. | |
7. | Remove the package: rm Joy.tar |
8. | 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. | |
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. |