This property is extremely useful if the Uninstaller Launcher requires a custom bean(s) that uses third-party Java libraries. Place those libraries (JAR files or entire directory structures) on your distribution media, along with the Uninstaller Launcher.
Set this property by specifying the relative or absolute path from the Uninstaller Launcher to each of the libraries that need to be included in its classpath, one entry per line. For example, if the Uninstaller Launcher is at the root of your distribution media, and you have placed the additional JAR files and directory structures in a subdirectory below root, then you would enterThis example assumes that "uninstallExtra2" is a directory structure of classes. If the Uninstaller Launcher is not at the root of your distribution media, then an absolute path would be required. For example:JAR/uninstallExtra1.jar
JAR/uninstallExtra2
$P(absoluteInstallLocation)/Jars/extra.jar
These entries are then included in the classpath when the Uninstaller is launched.
NOTE: | On Mac OS X platforms, this property must be an absolute path. |