Installing and Uninstalling a Created Plug-in
BusinessWorks Plug-in Development Kit generates a p2 installer for a created plug-in. You can install and uninstall the created plug-in by using Eclipse Update Manager.
- The
PaletteName-P2Installer folder contains the JAR files and plug-in features.
You can use this installer to install the created palette in TIBCO Business Studio by using Eclipse Update Manager.
See Installing a Created Plug-in for more details about how to install the created plug-in, and see Uninstalling a Created Plug-in for more details about how to uninstall a plug-in.
- The
PaletteName-RuntimeInstaller folder contains runtime features of the plug-in.
You can use this installer to install only the runtime component by using the command line.
- Open the command line and switch to the directory of the PaletteName-RuntimeInstaller folder where the devkitPackager.jar file is located.
- Enter the following command to install the runtime component:
java -jar devkitpackager.jar -ri install -th tibcohome -i installerfolder
- Enter the following command to uninstall the runtime component:
java -jar devkitpackager.jar -ri uniinstall -th tibcohome -i installerfolder -v version_number