| Installing the Informix JDBC driver on Windows Vista |
| Monday, 16 April 2007 | |
|
When you need to install software on your Windows box, you really want to have all that in the Program Files directory. Windows understands this quite clearly when you want to use setup programs based MSIs (Microsoft Installers) or normal executables. When it comes to Java applications, such as IBM Informix JDBC installer, you should become Administrator prior to executing the application. You can’t right-click on a JAR file, so you really need to start a Command Prompt as Administrator. To do so, click on the Start button, go to All Programs, Accessories. Right-click on Command Prompt, choose the second option “Run as administrator”, as illustrated in the following capture.
Once you are an administrator, look at the upper left corner of the command prompt: you should read “Administrator: Command Prompt”. Go where you have your setup.jar (I have it in “C:\Users\Jean Georges\Desktop\iif.11.10.TB5TL.win2003\JDBC”). Run: java -cp .\setup.jar Follow the usual on screen instructions.
You can check that the installation went well by going to the “C:\Program Files\IBM\Informix_JDBC_Driver” directory, if you have not changed the default installation path. Using another command prompt window: cd "C:\Program Files\IBM\Informix_JDBC_Driver" You should get: Volume in drive C has no label. I hope this is as useful for you as it is for me! |
|
| Last Updated ( Monday, 16 April 2007 ) |