I'm trying to open a .mdb file by following the instructions from Gord Thompson in Is it possible to open an Access 2010 database file without using Wine or VirtualBox? .
Though I do everything as described, I get "The JDBC driver could not be loaded".
What I find odd is, that after adding the Class Path "/home/markus/Downloads/JDBC/UCanAccess/loader/ucanload.jar", I can't see the new added class path listed anywhere. Shouldn't it be listed somewhere?
And yes, I restarted my system as was suggested.
net.ucanaccess.jdbc.UcanloadDriver
is still valid with 4.0.4. NB the class name is case sensitive, so it should be entered as written by Gord. – tohuwawohu Jul 01 '19 at 13:08