JDBC and MS Office Access

Closed
Ron - Mar 27, 2009 at 01:01 PM
 Khayalethu - Apr 6, 2009 at 07:05 AM
Hello,
I am testing JDBC Java application on Windows XP that has no Office "Access" installed.
I get "Exception in thread "main" java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver" and the
java application fails.

Do I need Access installed to test JDBC application? Thanks, Ron
Related:

2 responses

cluelessgeek Posts 15 Registration date Monday December 29, 2008 Status Member Last seen June 18, 2009 11
Mar 28, 2009 at 03:45 AM
you need access to test the application.
install it.
0
What database do you want to link your java class with? The are different JDBC. If you are using MSQL then you need JDBC that will link with your java class. If you are using Acess you need to go to administrative tools on your control panel you choose data sources ODBC then you choose your driver there.
0