You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Bogdan Mihaila <bo...@ctce.ro> on 2005/08/08 12:43:00 UTC

derby jdbc load driver

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