Updating Component Interface APIs

The CI.jar file must contain PeopleSoft generated code for the Component Interfaces which is used in the plug-in and this jar should be present in the class path of the plug-in. This utility is used when you need to provide a new CI.jar containing the code for component interfaces that are required by your project, after the installation is completed.

Prerequisites

Complete the installation and ensure that CI.jar file is present on your local machine.

Procedure

  1. Navigate to the bin folder where the plug-in is installed. For example, C:\tibco\bw\palettes\peoplesoft\ver\bin
  2. Open command line and enter the following commands
    • On Windows: ciupdate.exe
    • On Linux: ./ciupdate
  3. On executing the command, the following message is displayed
    Please specify absolute path of the CI jar:
  4. Specify the absolute path where the CI.jar file is present. For example, D:\Installer\CI.jar
    A BUILD SUCCESSFUL message appears, which indicates the CI.jar file is updated successfully.