JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Installing Third-Party JAR Files for Oracle Java CAPS     Java CAPS Documentation
search filter icon
search icon

Document Information

Installing Third-Party JAR Files

Setting Up the Third-Party Library Installer

To Set Up the Third-Party Installer

To Configure the Build File

Installing Third-Party JAR Files for the CICS Adapter

To Install the JAR Files for CICS

To Add Third-Party DLLs to the Shared Library

Installing Third-Party JAR Files for the WebSphere MQ Adapter

To Install the JAR Files for WebSphere MQ

WebSphere MQ Adapter Required JAR Files

To Install the System-Specific JAR Files

Adding the required JAR files to the Integration Server Classpath for XA Transactions

Installing Third-Party JAR Files for the SAP Adapters

To Install the JAR Files for SAP

Installing Third-Party JAR Files for the Siebel EAI Adapter

To Install the JAR Files for Siebel EAI

Installing Third-Party JAR Files for the DB2 Connect Adapter

To Install the JAR Files for DB2 Connect

Installing Third-Party JAR Files for the VSAM Adapter

To Install the JAR Files for VSAM

Installing Third-Party JAR Files for the Siebel EAI Adapter

This section includes information for installing and configuring the third-party JAR files for the Siebel EAI Adapter.

To Install the JAR Files for Siebel EAI

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 siebeleaiadapter80, siebeleaiadapter78, siebeleaiadapter77, or siebeleaiadapter75x.
    2. Modify any of the following properties (depending on what you specified above):
      • siebeleaieaiadapter80.thirdpartyfiles: Add the full path and file name to Siebel.jar and SiebelJI_enu.jar

      • siebeleaieaiadapter78.thirdpartyfiles: Add the full path and file name to Siebel.jar and SiebelJI_enu.jar

      • siebeleaieaiadapter77.thirdpartyfiles: Add the full path and file name to Siebel.jar and SiebelJI_enu.jar

      • siebeleaieaiadapter75x.thirdpartyfiles: Add the full path and file name to SiebelJI.jar, SiebelJI_Common.jar, and SiebelJI_enu.jar

      For example:

      On Windows: siebeleai.thirdpartyfile=C:/Program Files/IBM/Siebel EAI/Java/lib/com.ibm.mq.jar

      On Solaris: siebeleai /opt/IBM/siebeleai/Java/lib/opt/com.ibm.mq.jar

  4. Shutdown the instances of Java CAPS NetBeans and GlassFish.
  5. Invoke the Third Party Installer by typing ant.

    Siebel JAR files are only used in design time and not in runtime. The ant script installs Siebel JAR files to the NetBeans environment, but nothing is installed in the GlassFish environment.

  6. Restart the Java CAPS NetBeans instance.