|
Hello,
The following code
Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
release the error:
Exception in thread "main"
java.lang.ClassNotFoundException:
org.apache.derby.jdbc.EmbeddedDriver
For why? Thanks!
Regards,
Sam Hwang |
