I've tried installing the jackcess libaray (http://sourceforge.net/projects/jackcess/files/) into my project using Project/Preferences/install jar. However, when I try
import static com.healthmarketscience.jackcess.Database.*;
it just says 'Incorrect package'.
How do you install this type of libarary? (I'm a real nooob so sorry if this is obvious).
Also - why so many programmers so against using Access databases. I've used Access a fair bit at work and like the idea of being able to manipulate the data with MS Access. I can't see the downside?