I am working on a
Java application in Netbeans, and I want use Access Database (portable with the application) I am Totally confused with the Java Path Gimmicks. I tried puting the mdb file in all the conceivable path, In the src folder, Library folder, build folder everywhere. Java doesn't see it.
Jdbc driver is in the library folder. I am doing a trial and error exercise, sometimes it shows classNotFound exception, sometimes it says No suitable driver found. Can anybody here guide me please?