Re: java.sql.SQLException: No suitable driver found for jdbc:derby:jdbcDemoDB;create=true

2009-11-19 Thread Kristian Waagan
Steve Morgan wrote: I just started using Derby. I am using NetBeans 6.7.1 with JDK 1.6.0_17. I have included Derby.jar in my IDE libraries however the system does not seem to be able to find the embedded driver. I cannot find a library called "Embedded Driver". Can anyone see what I am doing w

Re: java.sql.SQLException: No suitable driver found for jdbc:derby:jdbcDemoDB;create=true

2009-11-18 Thread Bryan Pendleton
not seem to be able to find the embedded driver. I cannot find a library called "Embedded Driver". Can anyone see what I am doing wrong? I EmbeddedDriver is not a library, it is a class. Can you post your code? That would make it easier to see what you are doing wrong. Can you compare your co

java.sql.SQLException: No suitable driver found for jdbc:derby:jdbcDemoDB;create=true

2009-11-18 Thread Steve Morgan
I just started using Derby. I am using NetBeans 6.7.1 with JDK 1.6.0_17. I have included Derby.jar in my IDE libraries however the system does not seem to be able to find the embedded driver. I cannot find a library called "Embedded Driver". Can anyone see what I am doing wrong? I have checked t