Return-Path: X-Original-To: apmail-db-derby-user-archive@www.apache.org Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C8BFB7E0F for ; Mon, 19 Dec 2011 06:03:00 +0000 (UTC) Received: (qmail 78118 invoked by uid 500); 19 Dec 2011 06:03:00 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 78073 invoked by uid 500); 19 Dec 2011 06:03:00 -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 78066 invoked by uid 99); 19 Dec 2011 06:02:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2011 06:02:59 +0000 X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of akssps011@gmail.com designates 209.85.210.44 as permitted sender) Received: from [209.85.210.44] (HELO mail-pz0-f44.google.com) (209.85.210.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2011 06:02:51 +0000 Received: by dajz8 with SMTP id z8so4999725daj.31 for ; Sun, 18 Dec 2011 22:02:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=NRtbUoyUDPLzyGKjsMoMlSBdvoFmRU0YOxgQkjE+rsY=; b=hEJIbHTYpN1acmOS0T5+VvSyIRkLkZpbY12DjSWHSSLeZwqb9phAPq4zT/xqR7BJa2 K/ySOUXB7TpiLIKB5flP4YpohcznUrJPSueyJJX9MvYnPx4OZgvkigtYNbeAKuB9RXNv YEcZVrzxvYfdiUvnI0SbxZr9kakzSGHwUAQSQ= Received: by 10.68.74.132 with SMTP id t4mr36994993pbv.22.1324274550199; Sun, 18 Dec 2011 22:02:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.51.14 with HTTP; Sun, 18 Dec 2011 22:02:09 -0800 (PST) In-Reply-To: <33000785.post@talk.nabble.com> References: <33000785.post@talk.nabble.com> From: siddharth srivastava Date: Mon, 19 Dec 2011 11:32:09 +0530 Message-ID: Subject: Re: Cannot get a Derby connection in eclipse To: Derby Discussion Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi results in > > java.lang.ClassNotFoundException: org.apache.derby.jdbc.ClientDriver > =A0 =A0 =A0 =A0at java.net.URLClassLoader$1.run(Unknown Source) > =A0 =A0 =A0 =A0at java.security.AccessController.doPrivileged(Native Meth= od) > =A0 =A0 =A0 =A0at java.net.URLClassLoader.findClass(Unknown Source) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClass(Unknown Source) > =A0 =A0 =A0 =A0at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Sour= ce) > =A0 =A0 =A0 =A0at java.lang.ClassLoader.loadClass(Unknown Source) > =A0 =A0 =A0 =A0at java.lang.Class.forName0(Native Method) > Have you setup your classpath correctly ? Seems that you haven't added the jars properly. For a list of which jars need to be added have a look at: http://wiki.apache.org/db-derby/siddharthsrivastava/QuickStartGuide_NewDeve= lopers#Getting_Started --=20 Regards Siddharth Srivastava