According to Java JDBC API Guide the JDBC-ODBC bridge was removed in Java 8:
Enhancements in Java SE 8
Synopsis: The JDBC-ODBC Bridge has been removed.
To operate with Microsoft Access database you should use a third-party driver, for example UCanAccess
. See answers at Manipulating an Access database from Java without ODBC.