I had a look at this thread and it seems that you don't need entire Access suite installed just for using MS Access. You might want to try the links mentioned in the thread.
BTW, any reason you are stuck with Access? Is there any reason you can't use a pure Java database like H2 or HSQLDB or Derby?
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
[ODBC Flavored]
If you have the .accdb or just the .mdb, you only need the driver to be installed.
If you're on Windows, you can configure the DSN in the ODBCAdministrator.
Control Panel -> Administrative Tools -> Odbc Administrator
Set up a DSN that points to the file in whatever directory.
If your code already references the database by a particular name, use that name as the DSN.
thines01
Postaholic
2,425 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402