Jackcess is a pure Java library for reading from and writing to MS Access databases
Jackcess is a Java library providing read/write support for Access database versions 2000 through 2010(+), and read-only support for Access 97 files.
It provides interfaces to open an existing database, iterate over contained tables and read information from the rows in the table. It also allows to create new tables and populate data in them.
Additionally it has functionality to import data from jdbc and csv sources. Separately available extensions allow to read encrypted files.