1)check whether you have the jar file(rt.jar) in classpath accessable to jre. 2)also check whether you are using SUN JRE. If you are using other jre, ODBC bridge driver might not exist.
...for example it is not included in the IBM JDK which is installed and enabled by default in WebSphere.
Pankaj Shirke
Greenhorn
Joined: Sep 28, 2005
Posts: 4
posted
0
Hi, If you are using Sun JRE ,then just put rt.jar in your jre\lib\ext directory or add JAVA_HOME/lib folder in your classpath. It depends on JVM vendor.If you use jvm other than Sun you won't get JdbcOdbcDriver.