Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 62988 invoked from network); 28 Apr 2009 23:10:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Apr 2009 23:10:42 -0000 Received: (qmail 62413 invoked by uid 500); 28 Apr 2009 23:10:42 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 62333 invoked by uid 500); 28 Apr 2009 23:10:41 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 62322 invoked by uid 99); 28 Apr 2009 23:10:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 23:10:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nbeyer@gmail.com designates 209.85.221.106 as permitted sender) Received: from [209.85.221.106] (HELO mail-qy0-f106.google.com) (209.85.221.106) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2009 23:10:33 +0000 Received: by qyk4 with SMTP id 4so305687qyk.20 for ; Tue, 28 Apr 2009 16:10:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=mvytImg49gaYVI80H+N7mOvwXFn/Y/c2mdiW++eC2mE=; b=SCYfLbeHo1AuCVb9NzcKSYfma3CqByZVtMbuyzsmNuqM+8oG/JVvDe032JWblIV6rM DduyOPy19yYkZU+0Q7e1zabTWpvu4t7O/iQFF7WflpghA9C6VcDuFktkt1p7VhcAOd/X OVd75/Ivx57LgzAUter26M5mtFEUJymBZXDaQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=hVGBMwmlSg8zbMgnx9CwkFFhx/9epxTa9xol73JEMkV+/kC32S1h3imA9sToiyV/4s G778KbygTiEG+tHlQCP1vv/h3xE8GO3NIEhrgQ/NdDYJehvtDIeLfsPXI1wvvPVDfqNA IZN1fGKYWqL2Dsy+DpQYID/fMcPNKi3qXBUck= MIME-Version: 1.0 Sender: nbeyer@gmail.com Received: by 10.229.100.4 with SMTP id w4mr4182017qcn.11.1240960212235; Tue, 28 Apr 2009 16:10:12 -0700 (PDT) In-Reply-To: References: <49F6928A.6030000@gmail.com> Date: Tue, 28 Apr 2009 18:10:12 -0500 X-Google-Sender-Auth: 38c5e27b06534812 Message-ID: <3b3f27c60904281610y2f78ce84h70ce29f94548f7fb@mail.gmail.com> Subject: Re: Eclipse crashes From: Nathan Beyer To: dev@harmony.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org If you want to work on individual modules in the class library, just use the Import > Existing Project and navigate the file browser to any of the folders under 'modules'. Note - these settings assume that you have the Eclipse PDE and have a Target Platform of the assembled JRE built. We need to get a pre-defined target file committed somewhere in the SCM, just don't know where yet. Another approach is to create a project and then create folders that link to the specific source folders that you want to work on. That's how I usually work on the DRLVM Java source. -Nathan On Tue, Apr 28, 2009 at 12:20 PM, Manju Vijayakumar wrote: > Thank you Regis. I should have read the documentation first. Thanks for t= he > pointers though. > > What I did was this: I checked out Harmony folders from Apache repository > using SVN in Eclipse. Built it at the same place. So I guess I have a fol= der > in my =C2=A0eclipse workspace which is 1.7 GB :-) No wonder my eclipse cr= ashes. > > So do I now move this folder to some other place outside workspace and > checkout only the components I need? > > Thanks, > Manju > > On Tue, Apr 28, 2009 at 12:22 AM, Regis wrote: > >> Manju Vijayakumar wrote: >> >>> >>> Hi, >>> >>> Now with the Harmony project up there, my Eclipse crashes within 1 min.= of >>> browsing through Harmony project. >>> >> >> What JDK do you use to run Eclipse, Harmony or RI? >> How do you setup Harmony project in Eclipse? If you are browsing classli= b, >> you can setup per project for each module [1] >> >> [1] http://harmony.apache.org/documentation/dev_eclipse.html >> >> =C2=A0It silently closes down (won't give me the pop up (with the memory= trace) >>> which we get usually when there is not enough memory) >>> >>> Nevertheless, I have tried increasing the memory size in the eclipse.in= i >>> to >>> "-showsplash >>> org.eclipse.platform >>> --launcher.XXMaxPermSize >>> 256M >>> -vmargs >>> -Dosgi.requiredJavaVersion=3D1.5 >>> -Xms256m >>> -Xmx1024m" >>> >>> I have Eclipse 3.3. Do I need to upgrade to Eclipse 3.4? >>> I am working on Windows Vista. I checked my memory footprint as I am >>> working through Eclipse, it rises dramatically >>> to around 115 MB and crashes. >>> >>> I have also attached the error log from Eclipse directory. >>> Can someone please let me know what are the settings required? >>> >>> Not even sure if this is due to Harmony project requiring memory or >>> totally Eclipse related. >>> Any help is appreciated :) >>> >>> -- >>> Thanks, >>> Manju Vijayakumar >>> Masters Student, Computer Science >>> Texas A&M University >>> College Station, TX >>> >>> >> >> -- >> Best Regards, >> Regis. >> > > > > -- > Thanks, > Manju Vijayakumar > Masters Student, Computer Science > Texas A&M University > College Station, TX >