guyz i have been working on a small project and its basically a admission system in java i have used ms access as my database in which a student record is inserted, searched and deleted.
i have used UCanAccess as my driver for jdbc:odbc and is working absolutely fine on my local machine but when i copy paste the jar file and database in other machine it gives me a null pointer exception
while the snapshot of jar files which i used in project is also attached with this problem
i created the Database folder with same name in other computer i.e E://Database/StudentDatabase.accdb
and pasted the database there i also gave him the path from the odbc driver in control panel system DSN
note:
- other machine has also jdk installed
- on my local machine in which i developed the software has office 2007 pro and windows is 64-bit
- while the machine or computer in which i want my jar file and database to work is also 64-bit and office 2013 pro can office different versions make problems
thankful for your reply and comment