IBM VISUALAGE FOR JAVA

Fix package contents: Data Access Builder cumulative fixes, including support 
for NotesSQL

Installation instructions
=========================

NOTES:  
     - In these instructions, x:\ibmvjava indicates the product installation 
directory for IBM VisualAge for Java.
     - The zip commands given are for a zip/unzip utility whose -d tag 
precedes the target directory for unzipping into, and whose -r tag indicates
that the zip will recurse into subdirectories.

1.  Update product with new fixes
---------------------------------

 a. Unzip the .zip file that was packaged with this readme into the x:\ibmjava\eab
    directory by running the following command:

    unzip <filename> -d x:\ibmvjava\eab

 b. When asked if you want to overwrite files, select Yes To All.

2.  Update Enterprise Access Builder library with new Data Access classes
-------------------------------------------------------------------------

 a. Create a temporary directory called 'temp' in x:\ibmvjava\eab\runtime.

 b. Unzip the new ivjdata.jar file into the temp directory by running the
    following command:

    unzip x:\ibmvjava\eab\runtime\ivjdata.jar -d x:\ibmvjava\eab\runtime\temp

 c. Update the EAB library file, ivjeab.zip, with the contents of temp, by running
    the following command:

    zip x:\ibmvjava\eab\runtime\ivjeab.zip -r x:\ibmvjava\eab\runtime\temp\*

 d. Delete the temp directory and its contents.

 
3. Import Data Access Classes into the Repository
-------------------------------------------------

In the VisualAge for Java IDE, do the following:

 a. Select Import from the File menu. 
 b. In the Import SmartGuide, specify 'IBM Enterprise Access Builder Libraries' 
    for the target project.
 c. Specify that you are importing a .JAR file.
 d. Click Next.
 e. Click Browse, and navigate to x:\ibmvjava\eab\runtime\ivjdata.jar.
 f. Click Finish.

4. Add imported Data Access class library into the workspace
------------------------------------------------------------

To replace the previous edition of Data Access class library with the imported
edition, do the following:

 a. In the Workbench, go to the Packages page.
 b. Select the COM.ibm.ivj.eab.data package.
 c. Select Replace With, Another Edition from the package's pop-up menu.
 d. Select the latest edition (the one you just imported), and click OK.

<End of instructions>





