Registry / database / jackcess

jackcess

JSON →
library4.0.10javamavenunverified

A pure Java library for reading and writing Microsoft Access databases (ACCDB and MDB formats).

<dependency> <groupId>com.healthmarketscience.jackcess</groupId> <artifactId>jackcess</artifactId> <version>4.0.10</version> </dependency>
INSTALL
IMPORT
SIG · JACKCESS
J
jackcess
databasejavav4.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Database
com.healthmarketscience.jackcess.Database

Open an Access database and list table names

import com.healthmarketscience.jackcess.Database; import com.healthmarketscience.jackcess.DatabaseBuilder; import java.io.File; public class Main { public static void main(String[] args) throws Exception { Database db = DatabaseBuilder.open(new File("test.mdb")); System.out.println(db.getTableNames()); db.close(); } }
Debug
Known issues
breakingJackcess 4.x requires Java 8+; older versions use different API
fix
Use Jackcess 4.x for modern Java, or 2.x for legacy
affects: >=4.0.0
Upgrade
Version history
4.0.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jackcess — mvn dependency:get jackcess · libregistry