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

In this tutorial you will learn to solve java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver error.

If you are using jdk 1.8 and trying to connect java with MS Access database then you will get error java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver. This is because java 8 or jdk 1.8 does not support jdbc odbc bridge. To connect with ms access you have to import some libraries.

How to Solve java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver Error?

1. Download jars from below link and import in the ide you are using.

Link: http://www.mediafire.com/download/ahzw21rrp20qiw8/ucanaccess.rar

 

Also Read: How to Add or Import Jar in Eclipse Project

 

2. Below is the program to connect java 8 with ms access database.

 

Comment below if you are facing any problem.

Leave a Comment

Your email address will not be published. Required fields are marked *