Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 42113 invoked from network); 18 Nov 2009 23:38:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 23:38:32 -0000 Received: (qmail 34576 invoked by uid 500); 18 Nov 2009 23:38:32 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 34517 invoked by uid 500); 18 Nov 2009 23:38:31 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 34509 invoked by uid 99); 18 Nov 2009 23:38:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 23:38:31 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.82.107.6] (HELO red.amberpoint.com) (63.82.107.6) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 23:38:29 +0000 Received: from [127.0.0.1] (new-host-4.home [10.10.12.184] (may be forged)) by red.amberpoint.com (8.13.8/8.13.8) with ESMTP id nAINc8uk018012 for ; Wed, 18 Nov 2009 15:38:08 -0800 Message-ID: <4B048560.8070708@amberpoint.com> Date: Wed, 18 Nov 2009 15:38:08 -0800 From: Bryan Pendleton User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Derby Discussion Subject: Re: java.sql.SQLException: No suitable driver found for jdbc:derby:jdbcDemoDB;create=true References: <733071.52143.qm@web30004.mail.mud.yahoo.com> In-Reply-To: <733071.52143.qm@web30004.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > 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 code against the Derby embedded example program in demo/programs/workingwithderby/WwdEmbedded.java (http://db.apache.org/derby/docs/10.5/getstart/rwwdactivity3.html#rwwdactivity3) If there are sections of that web page that are confusing, ask some questions about the confusing parts and we'll be glad to help! thanks, bryan