I'm trying to test out certain coding and I'm receiving the following error.
Database - MsAccess.
I've double check on the ODBC DataSource Administrator that I've set things correctly but yet been getting the error again and again. Hope someone advise me how to resolve the problem.
Caused by: java.lang.ClassNotFoundException: jdbcdbc:ABCODBC1
at java.net.URLClassLoader$1.run(URLClassLoader.java: 200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.j ava:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:3 07)
at java.lang.ClassLoader.loadClass(ClassLoader.java:2 52)
at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:320)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at org.apache.tomcat.dbcp.dbcp.BasicDataSource.create DataSource(BasicDataSource.java:1130)