Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 12609 invoked from network); 22 Dec 2009 17:22:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 17:22:29 -0000 Received: (qmail 8090 invoked by uid 500); 22 Dec 2009 17:21:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5412 invoked by uid 500); 22 Dec 2009 17:21:02 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 3158 invoked by uid 99); 22 Dec 2009 17:07:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 17:07:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.160.56 as permitted sender) Received: from [209.85.160.56] (HELO mail-pw0-f56.google.com) (209.85.160.56) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 17:07:08 +0000 Received: by pwi19 with SMTP id 19so4715238pwi.15 for ; Tue, 22 Dec 2009 09:06:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=m7BBqmzeRNX2nveSz08P5hBUYIzWb/N9+q1/3lO56MY=; b=UQJNW9WmICd9AWEeroEOGTcEbYXz80IMwyBepElSdFgoWQMG2F+T44mmvH1WmrBgAx fyM7dyilN+126Aa4Lm1qnAZfFCV24/xRpZ3hxBHToM2armZYaC4qN3uAC8iIxQLPTuGa 9ApDx8ZFyfdl4UQ16jiDFQmsHStcxzExm6CxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Y7a5YH6w7OmeyC0uTtgczzH2iiSu4XOL6TPRJsD8XR9EQWfSuJAH6Am8kT8klZvfNR 4jpx3GCC8TG7J0NM0hGb5xZ/r+PxL7R8VYrgLj3QugdE+a0cl9tm+swS+GGu79qju8CL JDO848kk0dBeiUOsfQjO83OHfaXFU4R38/VKU= MIME-Version: 1.0 Received: by 10.114.186.15 with SMTP id j15mr6002647waf.52.1261501607289; Tue, 22 Dec 2009 09:06:47 -0800 (PST) In-Reply-To: <59f746b90912201048r623852bwda7b1abb05a59fe7@mail.gmail.com> References: <59f746b90912201048r623852bwda7b1abb05a59fe7@mail.gmail.com> Date: Tue, 22 Dec 2009 09:06:46 -0800 Message-ID: Subject: Re: Test Project Issue From: Myrna van Lunteren To: derby-dev@db.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Dec 20, 2009 at 10:48 AM, Jayaram Subramanian wrote: > Hi, > I am trying to build a test project for Derby in Eclipse. When i am doing > Ctrl+shift+t=A0 in eclipse eclipse environment is able to locate the > org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource and imported the > class using import statement. But in debug mode in eclipse it gives a > "source not found" exception=A0 at the import statement. When i try doing > javac from the command prompt it gives a pacakage org..apache.derby.jdbc > does not exist issue. Am i missing anything here? > > With Regards > Jayaram > Hi Jayaram, Seems to me that you need to add the derby jars to the classpath tab when you do your run in eclipse. Similarly, it appears you may need to add the derby.jars to the environment variable $CLASSPATH (or %CLASSPATH% on dos/windows, or specify with a -cp) before you try to do your javac. HTH Myrna