Hello!
 
I'm trying to load the embedded derby driver, like this:
 
Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
 
It throws an exception, saying it cannot load the driver.
I've put the derby jars in classpath (I work in Eclipse)
 
What is wrong? Please help me
Bogdan

Reply via email to