Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 8538 invoked from network); 10 Dec 2007 14:46:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Dec 2007 14:46:29 -0000 Received: (qmail 18547 invoked by uid 500); 10 Dec 2007 14:46:17 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 18520 invoked by uid 500); 10 Dec 2007 14:46:17 -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 18511 invoked by uid 99); 10 Dec 2007 14:46:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 06:46:17 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vasily.v.levchenko@gmail.com designates 209.85.198.190 as permitted sender) Received: from [209.85.198.190] (HELO rv-out-0910.google.com) (209.85.198.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 14:46:15 +0000 Received: by rv-out-0910.google.com with SMTP id k20so1794774rvb for ; Mon, 10 Dec 2007 06:45:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=jQUvvpe8jVLvK67phE+f4oBLFyROEXjkugJaITiMC9Q=; b=adb47xs649q9lBB9Wl1bPEtKritDSbvLzTl/a7QnvppPX5CI/ETkUDA6RTG11133TuxK4i/jHSNF4U2ikWcgTZ0OZQyB26U6l7WBevMJKnIfsowikVNedjMWZGyaQmshO2b5IRtuAVJ+xNITYgXLlmJHk6cNu4NyavcqF0e+bvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=dzUOX5rgAFbqUyjOCnXzm1zs8vrMUfnrL3W3UYvxkJC26KJXnWJU/5ZXY83y012XdPGmNlbOYwkHoyQcW+HVtbs8w8pknGlmehhi6t9PiZ2/XEd0zsEbp8gpsupdt8F8cGErCNdNZl/5pYnZBkWi+dPuE84u+UWwAba62AeWRak= Received: by 10.141.20.7 with SMTP id x7mr1057226rvi.1197297952501; Mon, 10 Dec 2007 06:45:52 -0800 (PST) Received: by 10.141.168.10 with HTTP; Mon, 10 Dec 2007 06:45:52 -0800 (PST) Message-ID: <14ecfd680712100645k1596d4cfn568e88504596a27f@mail.gmail.com> Date: Mon, 10 Dec 2007 17:45:52 +0300 From: "Vasily Levchenko" To: dev@harmony.apache.org Subject: Re: GC library cannot be loaded: gc_gen.dll In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2431_6231372.1197297952473" References: <14ecfd680712100157xd5fea96i33b11452427579f2@mail.gmail.com> <14ecfd680712100616x53116276ub03da36046155d8a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2431_6231372.1197297952473 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Well, that fortunately isn't mandatory requirements see "Harmony plugin for Eclipse" thread where Harmony gurus speak ;). It just help you to import all harmony jars correctly. On Dec 10, 2007 5:26 PM, Raghuraman Ramakrishnan < raghuraman.ramakrishnan@gmail.com> wrote: > Hello Vasily, > > I agree. even i am trying to experiment. my other problem is, in order to > use Harmony JVM, i have to use the plug-in given in > http://harmony.apache.org/documentation/eclipse_update.html and according > to > this link, we need eclipse 3.3 for the updates. > > Raghuraman > > On Dec 10, 2007 7:46 PM, Vasily Levchenko < vasily.v.levchenko@gmail.com> > wrote: > > > Hello Ramakrishnan, > > Unfortunately, IDebug was developed with Eclipse 3.2 and CDT-3.1. > There're > > some incompatibilities in JDT/debug3.2 with JDT/debug3.3, and > > CDT/debug3.2 > > with CDT/debug4.0. So it's still mandatory to use Eclipse 3.2, and > > actually > > the idea of whatif-project to publish some half-backed projects and > > receive > > some input from community about ideas and technologies used possible > > future > > products, some kind conversation engineer-to -engineer, without > > management;)/marketing layer between. E.g. one of the uniques feature > of > > Harmony VM is NCAI, and we're really interested to understand if such VM > > > extension will help to end-user, or it's enough general dual-debugger > > scenario. > > > > On Dec 10, 2007 2:38 PM, Raghuraman Ramakrishnan < > > raghuraman.ramakrishnan@gmail.com> wrote: > > > > > Hello Vasily, > > > > > > I have installed WTP 2.0 based on the Europa release.I have also > updated > > > this with CDT V4.0.1 > > > Yes, i am running on HelloWorld Application, simple one i wrote. > > > > > > I have kept them in 2 projects > > > HelloWorldJNI - where i have my Java code > > > HelloWorldC - where i have my c code > > > > > > if you need any other information, do let me know. > > > > > > Regards > > > Raghu > > > > > > > > > On Dec 10, 2007 3:27 PM, Vasily Levchenko < > vasily.v.levchenko@gmail.com> > > > wrote: > > > > > > > Hello Raghuraman, > > > > Could you please, provide some information of you Eclipse > > configuration: > > > > 1. version. > > > > 2. pugins installed, except (IDebug) > > > > > > > > Is it reproducible on Hello World Application? > > > > > > > > On Dec 10, 2007 11:40 AM, Raghuraman Ramakrishnan < > > > > raghuraman.ramakrishnan@gmail.com> wrote: > > > > > > > > > Hi All, > > > > > > > > > > I want to debug Java/C programs using JNI Debug Eclipse plugin > given > > > in > > > > > http://softwarecommunity.intel.com/articles/eng/1435.htm > > > > > > > > > > As per their suggestion, i have used their pre-build Harmony JRE > > > > > > > > > > > > > > http://people.apache.org/~gshimansky/NCAI/win_ia32_msvc_debug_nodebug.zip > > > < > http://people.apache.org/%7Egshimansky/NCAI/win_ia32_msvc_debug_nodebug.zip > > > > < > > > http://people.apache.org/%7Egshimansky/NCAI/win_ia32_msvc_debug_nodebug.zip > > > > > > < > > > > > > http://people.apache.org/%7Egshimansky/NCAI/win_ia32_msvc_debug_nodebug.zip > > > > > > > > < > > > > > > > > > > http://people.apache.org/%7Egshimansky/NCAI/win_ia32_msvc_debug_nodebug.zip > > > > > > > > > > > > > > > When i try to launch debug config, it gives the following error in > > > > eclipse > > > > > console, > > > > > > > > > > Loading error The specified module could not be found. > > > > > > > > > > GC library cannot be loaded: gc_gen.dll > > > > > > > > > > HMYEXEL062E Internal VM error: Failed to create Java VM > > > > > > > > > > FAILED to invoke JVM. > > > > > Under what circumstances we get this type to load error? Any > > > > suggesstions > > > > > related to this is well appreciated. > > > > > Regards, > > > > > > > > > > Raghuraman > > > > > > > > > > > > > > > > > > > > > -- > > > > --vvl > > > > > > > > > > > > > > > -- > > --vvl > > > -- --vvl ------=_Part_2431_6231372.1197297952473--