When you install IBM Informix JDBC Driver, the installation program creates an uninstall package in the directory in which you installed the JDBC Driver. Uninstalling IBM Informix JDBC Driver completely removes the driver and all of its components from your computer.
The following section describes how to uninstall IBM Informix JDBC Driver on all platforms.
Execute the following command to launch the uninstall program in GUI mode:
java -cp <destination-dir>/_uninst/uninstall.jar run
Where <destination-dir> is the directory in which you installed the IBM Informix JDBC Driver.
The Uninstall program guides you through the uninstallation.
Execute the following command to launch the uninstall program in console mode:
java -cp <destination-dir>/_uninst/uninstall.jar run -console
Where <destination-dir> is the directory in which you installed the IBM Informix JDBC Driver.
The messages in the console screen guide you through the uninstallation.
Execute the following command to launch the uninstall program in silent mode:
java -cp <destination-dir>/_uninst/uninstall.jar run -silent
Where <destination-dir> is the directory in which you installed the IBM Informix JDBC Driver.
The Uninstall program does not send you any messages but uninstalls the driver.