java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbcDriver
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
https://drive.google.com/open?id=0BxzPiTNQAcRCd3htRi1SQVhzR28&authuser=0
Comments