Setting Up Custom Drivers for Run Time

Follow these steps to set up custom drivers for run time:
  1. Export the custom driver JAR file by right-clicking on the Plugin-Project from the Project Pane and clicking Export > Plug-in Development > Deployable plug-ins and fragments.
  2. In the Export wizard, complete the following steps:
    1. Select a plug-in project.
    2. On the Destination tab, and specify <BWCE_HOME>/system/shared as the target directory to export the runtime bundle.
  3. Click Finish to export the plug-in project as a JAR file. The JAR file is exported to the plugins folder at <BWCE_HOME>/system/shared/plugins.

    For Docker, see Extending the Base Docker Image in the TIBCO BusinessWorks Container Edition Application Development guide.

    For Cloud Foundry, see The TIBCO BusinessWorks™ Container Edition Buildpack in the TIBCO BusinessWorks Container Edition Application Development guide.

    Note: The plugins folder is automatically generated after you export the JAR file, but you can delete this folder after moving the JAR file to the shared folder at <BWCE_HOME>/system/shared.