Hello guys.. Im very new to java. Im using netbeans 7.0 and JDK 1.7.
Im an IT student. My teacher said that we must use only Java DB (don't know why) for our database.
I've already made a program. It will display all the contents of a table. My problem is that, there is no driver. This is the error:
java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver
This is what I put in class.forname:
Class.forName("org.apache.derby.jdbc.ClientDriver");
What should I do? Should I download a driver for this?