Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 6579 invoked from network); 15 Dec 2005 02:38:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Dec 2005 02:38:46 -0000 Received: (qmail 26314 invoked by uid 500); 15 Dec 2005 02:38:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26275 invoked by uid 500); 15 Dec 2005 02:38:45 -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 26266 invoked by uid 99); 15 Dec 2005 02:38:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 18:38:44 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of m.v.lunteren@gmail.com designates 64.233.162.199 as permitted sender) Received: from [64.233.162.199] (HELO zproxy.gmail.com) (64.233.162.199) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2005 18:38:44 -0800 Received: by zproxy.gmail.com with SMTP id 8so262983nzo for ; Wed, 14 Dec 2005 18:38:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hNk4Ed43kG2mBpi7ct/lY1jvg0yEfSECnlVPi1QpdwGp6YejyhA6Tcg8McMUGe8Jz0U0urmi7PQlCvo10IoHDgiPHd5z0YdPtgmhs7tL0w0d0Vf6n0sflARcmJ3B2lutR3AKtwtMXFPMHXE3J1F15T41Hr/1FeloXSkNOJ8XUyM= Received: by 10.36.222.54 with SMTP id u54mr1392274nzg; Wed, 14 Dec 2005 18:38:22 -0800 (PST) Received: by 10.36.18.5 with HTTP; Wed, 14 Dec 2005 18:38:22 -0800 (PST) Message-ID: Date: Wed, 14 Dec 2005 18:38:22 -0800 From: Myrna van Lunteren To: derby-dev@db.apache.org Subject: Re: EMBEDDEDACTIVATOR In-Reply-To: <000801c6011b$d90d2560$6400a8c0@Apollo> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3711_8141168.1134614302624" References: <000801c6011b$d90d2560$6400a8c0@Apollo> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3711_8141168.1134614302624 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I don't understand that you'd need to build EmbeddedActivator to embed Derby, but if you go to the Downloads tab off the main derby page, you'll see a list of jar files required to build derby. http://db.apache.org/derby/derby_downloads.html#Software+required+to+build+= Derby It has a link to osgi.jar Hope this helps. Myrna On 12/14/05, Dan Petrula wrote: > > I am new to the mailing list and fairly new to Derby. So forgive me if > this question has already been asked. > > I am trying to compile java code into native code using Derby 10.1.2.1 as > an embedded database. I am currently running > JDK 1.5.0_01 and using a third party native code compiler - Excelsior. > The compiler gives me an import dependency error on two classes > in derby.jar - EmbeddedActivator.class and XML.class. It is the > EmbeddedActivator.class that I need to compile. EmbeddedActivator is > found > in 'org.apache.derby.osgi' and imports two other classes ' > org.osgi.framework.BundleActivator' and 'org.osgi.framework.Bundlecontext > '. > The compiler reports an error because these two classes are not found in > derby.jar. Where can these classes be found? > > Dan > > > ------=_Part_3711_8141168.1134614302624 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi,
 
I don't understand that you'd need to build EmbeddedActivator to = embed Derby, but if you go to the Downloads tab off the main derby page, yo= u'll see a list of jar files required to build derby.
 
Hope this helps.
Myrna
 
On 12/14/05, Dan Petrula <dpetrula@adel= phia.net> wrote:
I am new to the mailing list and fairl= y new to Derby. So forgive me if this question has already been asked.
 
I am trying to compile java code into = native code using Derby 10.1.2.1 as an emb= edded database. I am currently running
JDK 1.5.0_01 and using a third party n= ative code compiler - Excelsior.  The compiler gives me an import depe= ndency error on two classes
in derby.jar - EmbeddedActivator.class= and XML.class.  It is the EmbeddedActivator.class that I need to comp= ile.  EmbeddedActivator is found
in  'org.apache.derby.osgi' = and imports two other classes  'org.osgi.framework.BundleActivator' a= nd 'org.osgi.framework.Bundlecontext'.
The compiler reports an error because = these two classes are not found in derby.jar. Where can these classes = be found?
 
Dan
 
 

------=_Part_3711_8141168.1134614302624--