Starting with Java 8, the JDBC-ODBC Bridge will no longer be included with the JDK.
Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\"); // classNotFoundExceptio
Well, in my opinion this blog entry by an Oracle employee says it all:
I would recommend that you use a JDBC driver provided by the vendor of your database or a commercial JDBC Driver instead of the JDBC-ODBC Bridge.
What kind of application are you using the JDBC-ODBC Bridge for?