I am building an app in Java, using Eclipse and Derby as DataBase. I have aready added Derby Client to my project and everything goes perfect.
My problem is that when I run my app from the CMD or comand line; I get the error message: Not suitable driver found for jdbc:derby://localhost:1527/...
How can this be solved?
Thanks before hand!