Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 87400 invoked from network); 19 Jan 2006 14:26:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jan 2006 14:26:44 -0000 Received: (qmail 18200 invoked by uid 500); 19 Jan 2006 14:26:39 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 18120 invoked by uid 500); 19 Jan 2006 14:26:38 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 18105 invoked by uid 99); 19 Jan 2006 14:26:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 06:26:38 -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 steven.gong@gmail.com designates 64.233.184.206 as permitted sender) Received: from [64.233.184.206] (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 06:26:37 -0800 Received: by wproxy.gmail.com with SMTP id i2so209295wra for ; Thu, 19 Jan 2006 06:26:17 -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=s8a7RjS/jB3rayAfa3blKVO8DgKm3FeQRQUpJzjD9jeNjCgIbugT3GGHMPgMxBLH/3AfYFs8dSRQRVtl30qnmPABkC+JChuEjahHBZ2B0izmMTAQXizYsu2wCASDew3rklFNe1z4Ozuk4Pf15569kwi64qCv7R3AkdSfYy3aFkE= Received: by 10.65.203.11 with SMTP id f11mr309978qbq; Thu, 19 Jan 2006 06:26:14 -0800 (PST) Received: by 10.65.116.18 with HTTP; Thu, 19 Jan 2006 06:26:14 -0800 (PST) Message-ID: <7d3cd4a50601190626m52beb29en3471e22631ebc899@mail.gmail.com> Date: Thu, 19 Jan 2006 22:26:14 +0800 From: Steven Gong To: harmony-dev@incubator.apache.org Subject: Re: Develop using classlib+J9 with Eclipse? In-Reply-To: <7d3cd4a50601190540i584330dft3acdf1f4b93521ce@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_64099_13551424.1137680774804" References: <7d3cd4a50601190540i584330dft3acdf1f4b93521ce@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_64099_13551424.1137680774804 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 1/19/06, Steven Gong wrote: > > Hi all, > Is there a way to make classlib+J9 as a JRE configuration of Eclipse? I > found that Eclipse could only support the standard classlib directory lay= out > while classlib uses different modulized jars. It seems more comfortable t= o > develop and test something in an IDE. Do you think so? Solved it with a dirty hack -- Just copy any jar as xxx/jre/rt.jar and xxx/jre/ext/tools.jar Then uncheck "Use default system libraries" and add jars from xxx/jre/lib/boot/ -- > Best Regards > Steven Gong -- Best Regards Steven Gong ------=_Part_64099_13551424.1137680774804--