From derby-user-return-8009-apmail-db-derby-user-archive=db.apache.org@db.apache.org Wed Nov 07 16:43:35 2007 Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 85966 invoked from network); 7 Nov 2007 16:43:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 16:43:35 -0000 Received: (qmail 56553 invoked by uid 500); 7 Nov 2007 16:43:21 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 56527 invoked by uid 500); 7 Nov 2007 16:43:21 -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 56516 invoked by uid 99); 7 Nov 2007 16:43:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 08:43:21 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.169.0.20] (HELO smtp.indra.com) (209.169.0.20) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 16:43:55 +0000 Received: from [68.240.22.191] (015-795-924.area5.spcsdns.net [68.240.22.191]) (authenticated bits=0) by smtp.indra.com (8.13.8/8.13.8) with ESMTP id lA7GiOUA018387 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 7 Nov 2007 09:44:37 -0700 (MST) (envelope-from Charlie@CharlieKelly.com) Message-ID: <4731EAF2.40509@CharlieKelly.com> Date: Wed, 07 Nov 2007 09:42:26 -0700 From: Charlie Kelly User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Derby Discussion Subject: Re: need help to access Derby DB from Eclipse References: <4731E5C8.6020308@ngasi.com> In-Reply-To: <4731E5C8.6020308@ngasi.com> Content-Type: text/plain; charset=windows-1256; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Do you want to use the Derby database inside a plugin that you are creating ? If yes, you can create a separate plugin using Eclipse's wizard to create plugin from existing JAR file. In this new plugin, include the derby jar files and any other external libraries that your original plugin needs. Hope this helps. Charlie Gabe Wong wrote: > Eman Hossny wrote: >> Hi all, >> i created a DB using Derby, & no i see the DB as a folder & i need to >> access this DB from Eclipse. >> where can i put this DB to allow Eclipse to access it & retrieve data >> from it. >> >> -- > What is the problem providing Eclipse with the file URL of the DB like > so: > jdbc:derby:C:\myderbdb > >