java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver

Published: 08 May 2015
on channel: Flying Kite
76,155
168

in JDK 8, jdbc odbc bridge is no longer used and thus removed from the JDK.

To use Microsoft Access database in JAVA add these extra JAR libraries.

1. hsqldb.jar
2. jackcess 2.0.4.jar
3. commons-lang-2.6.jar
4. commons-logging-1.1.1.jar
5. ucanaccess-2.0.8.jar

and use like..
Connection c=DriverManager.getConnection"jdbc:ucanaccess:// Path to your database i.e. MS Access Db;



1. download ucanacess.rar and extract it https://drive.google.com/file/d/0BxzP...
2. copy all the files and paste here
3. C:\Program Files\Java\jdk1.8.0_25\jre\lib\ext


On this page of the site you can watch the video online java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver with a duration of hours minute second in good quality, which was uploaded by the user Flying Kite 08 May 2015, share the link with friends and acquaintances, this video has already been watched 76,155 times on youtube and it was liked by 168 viewers. Enjoy your viewing!