Setting Up Custom Drivers for Run Time
Follow these steps to set up custom drivers for run time:
- 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.
- In the
Export
wizard, complete the following steps:
- Select a plug-in project.
- On the Destination tab, and specify <BW_HOME>/system/shared<BWCE_HOME>/system/shared as the target directory to export the runtime bundle.
- Click
Finish to export the plug-in project as a JAR file. The JAR file is exported to the plugins folder at
<BW_HOME>/system/shared/plugins<BWCE_HOME>/system/shared/plugins.
For Docker, see Extending the Base Docker Image in the TIBCO BusinessWorks Container EditionApplication Development guide.
For Cloud Foundry, see The TIBCO BusinessWorks™ Container Edition Buildpack in the TIBCO BusinessWorks Container EditionApplication 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 <BW_HOME>/system/shared<BWCE_HOME>/system/shared.