Installing Third-Party JAR Files

ProcedureTo Install the JAR Files for VSAM

The following steps are for running the Third-Party Installer with default settings. If you are running the Installer for specific instantiations of NetBeans or GlassFish (separately), you must specify each specifically when running ant (for example, ant install-glassfish or ant install-netbeans).

  1. Install the Third-Party Library Installer and set up the environment, as described in Setting Up the Third-Party Library Installer.

  2. Navigate to the location of the Third-Party Library Installer.

  3. Customize the build.properties file with at least the following. For more information on build properties, see To Configure the Build File.

    1. Remove all values from the product.name property except vsamadapter.

    2. Modify the vsamadapter.thirdpartyfiles property by adding the path and filenames of the VSAM third-party libraries.

      For example:

      On Windows: vsamadapter.thirdpartyfiles=C:\temp\jars\vsamjars\cacjdbc30.jar;C:\temp\jars\vsamjars\cacjdbcoem21.jar

      On Solaris: vsamadapter.thirdpartyfiles=/home/vsamjars/cacjdbc30.jar;/home/vsamjars/cacjdbcoem21.jar

  4. Shutdown the instances of Java CAPS NetBeans and GlassFish.

  5. Invoke the Third Party Installer by typing ant.

  6. Restart the Java CAPS NetBeans instance.