From derby-user-return-6155-apmail-db-derby-user-archive=db.apache.org@db.apache.org Thu Feb 15 17:58:59 2007 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 1494 invoked from network); 15 Feb 2007 17:58:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 17:58:58 -0000 Received: (qmail 20783 invoked by uid 500); 15 Feb 2007 17:59:05 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 20533 invoked by uid 500); 15 Feb 2007 17:59:04 -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 20522 invoked by uid 99); 15 Feb 2007 17:59:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Feb 2007 09:59:04 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.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; Thu, 15 Feb 2007 09:58:54 -0800 Received: from [127.0.0.1] (bpendleton-dsk2.edgility.com [10.10.11.13]) by red.amberpoint.com (8.12.11/8.12.11) with ESMTP id l1FHwXO4005982 for ; Thu, 15 Feb 2007 09:58:33 -0800 (PST) Message-ID: <45D49F49.3000809@amberpoint.com> Date: Thu, 15 Feb 2007 09:58:33 -0800 From: Bryan Pendleton User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Derby Discussion Subject: Re: Can't run the Eclipse plug-in labs References: <45D49002.8030603@pobox.com> In-Reply-To: <45D49002.8030603@pobox.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > 'jdbc:derby:net://localhost:1527/jayDB;create=true;user=APP;password=APP;'; Try taking the "net:" out. Having "net:" in there means to use the IBM DB2 JDBC driver, also called the "JCC" driver. The Derby JDBC driver just uses the prefix jdbc:derby:, so just say jdbc:derby://... thanks, bryan