Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 95255 invoked from network); 14 Jun 2006 05:33:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 05:33:43 -0000 Received: (qmail 71366 invoked by uid 500); 14 Jun 2006 05:33:36 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 71301 invoked by uid 500); 14 Jun 2006 05:33:36 -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 71290 invoked by uid 99); 14 Jun 2006 05:33:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 22:33:35 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=HTML_MESSAGE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 202.81.18.152 is neither permitted nor denied by domain of richard.liangyx@gmail.com) Received: from [202.81.18.152] (HELO ausmtp04.au.ibm.com) (202.81.18.152) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jun 2006 22:33:34 -0700 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp04.au.ibm.com (8.13.6/8.13.5) with ESMTP id k5E5ahIO260688 for ; Wed, 14 Jun 2006 15:36:46 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k5E5aNIc231948 for ; Wed, 14 Jun 2006 15:36:28 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k5E5WQqs024925 for ; Wed, 14 Jun 2006 15:32:26 +1000 Received: from d23m0011.cn.ibm.com (d23m0011.cn.ibm.com [9.181.32.74]) by d23av02.au.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k5E5WPOd024906 for ; Wed, 14 Jun 2006 15:32:26 +1000 Received: from [127.0.0.1] ([9.65.66.188]) by d23m0011.cn.ibm.com (Lotus Domino Release 6.5.5HF262) with ESMTP id 2006061413325652-15408 ; Wed, 14 Jun 2006 13:32:56 +0800 Message-ID: <448F9F7B.5040804@gmail.com> Date: Wed, 14 Jun 2006 13:32:43 +0800 From: Richard Liang User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: Problems with builth path! References: <002e01c68c0e$adc18710$0f01a8c0@LITTLEGUY> <4489F2C2.2010208@gmail.com> <448E5118.9070003@gmail.com> <448F2DED.1060100@gmail.com> In-Reply-To: <448F2DED.1060100@gmail.com> X-MIMETrack: Itemize by SMTP Server on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 14/06/2006 13:32:58, Serialize by Router on D23M0011/23/M/IBM(Release 6.5.5HF262 | April 5, 2006) at 14/06/2006 13:33:00, Serialize complete at 14/06/2006 13:33:00 Content-Type: multipart/alternative; boundary="------------040204010306020506050104" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------040204010306020506050104 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Tim Ellison wrote: > Richard Liang wrote: > >> I launch Eclipse 3.2 RC7 with options "-Xms256M -Xmx256M -vm >> D:\jdk\RI\jdk1.5.0_06\bin\javaw -Dpde.allowCycles=true >> -Dpde.jreProfile=none", >> But LUNI still cannot add "luni-kernel-stubs.jar" to its "Plug-in >> Dependencies". So I have to add "luni-kernel-stubs.jar" to build path >> explicitly. Could you please tell me what's wrong with my settings? >> Thanks a lot. >> > > Looks like you are missing a "-vmargs" option to tell eclipse.exe to > pass the -D args to the VM. So try (ignore my mail client's wrapping): > > eclipse -vm D:\jdk\RI\jdk1.5.0_06\bin\javaw -vmargs -Xms256M -Xmx256M > -Dpde.allowCycles=true -Dpde.jreProfile=none > > Great! It works very well. Thanks a lot, Tim. :-) > Regards, > Tim > > -- Richard Liang China Software Development Lab, IBM --------------040204010306020506050104--