NoClassDefFound exception occurs on:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
----------------------------------------------
Customer is getting the exception because, the JDBC-ODBC bridge
has been removed from the IBM JDK 1.4.0 onwards.
Customer has to use the JDBC drivers for connecting to the
database instead of jdbc-odbc bridge.
However we are again including the JDBC-ODBC bridge
from IBM JDK 1.4.2 onwards as requested from some
of our customers.
Thanks
Prashant Nayak ( Java L3 support )