I have an app that I need to add on to store data in a Master table/Child table fashion, but I need to it to be portable so I figured an Access2003 DB should be easy enough (the data isn't sensitive and security doesn't matter), the problem is how do I connect to it (We're using NetBeans 6.8) and get data in and out of the tables?

I'm hoping to add it to the base folder of the project (it's where the binary files that the app already uses are located), then I just create the connection object and start getting/updating the data from there.

I do this stuff in .Net all the time, but the differences between Java and .Net regarding databases is enough to have me lost right now.