From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4216 invoked by alias); 5 Oct 2009 10:53:33 -0000 Received: (qmail 4208 invoked by uid 22791); 5 Oct 2009 10:53:32 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Oct 2009 10:53:27 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n95ArPZ9016368; Mon, 5 Oct 2009 06:53:25 -0400 Received: from zebedee.pink (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n95ArOUO006072; Mon, 5 Oct 2009 06:53:24 -0400 Message-ID: <4AC9D023.3040104@redhat.com> Date: Mon, 05 Oct 2009 10:53:00 -0000 From: Andrew Haley User-Agent: Thunderbird 2.0.0.17 (X11/20081009) MIME-Version: 1.0 To: abhishek desai CC: java@gcc.gnu.org Subject: Re: Using the libgcj interpreter mode. References: <898285d30910050326n27947804tcfd21fa85350f5e6@mail.gmail.com> In-Reply-To: <898285d30910050326n27947804tcfd21fa85350f5e6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00027.txt.bz2 abhishek desai wrote: > I have a C++ application in which I want to load and execute some java > class files using the interpreter mode of libgcj. Is there any example > on how this can be done ? I couldnt find much information on the > libgcj interpreter mode usage on the internet. gij ClassName Andrew.