I made a project named clinic which has 3 jframes
- login
- clinic management
- generate patient ID
It is connected to an Access database (.mdb).
I converted it to JAR file but it gives me error that it is not getting connected to the UCanAccess driver.
I even tried SQLite manager but had the same problem. I am using netbeans 8. I just directly selected clean and build option to make the jar file. Hope this helps.