From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9976 invoked by alias); 10 Dec 2013 13:44:25 -0000 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 Received: (qmail 9966 invoked by uid 89); 10 Dec 2013 13:44:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 10 Dec 2013 13:44:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBADiHPV001981 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 10 Dec 2013 08:44:17 -0500 Received: from zebedee.pink (ovpn-113-92.phx2.redhat.com [10.3.113.92]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rBADiGDI022371; Tue, 10 Dec 2013 08:44:16 -0500 Message-ID: <52A71AAF.90904@redhat.com> Date: Tue, 10 Dec 2013 13:44:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131028 Thunderbird/17.0.10 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Tero_M=E4ntyvaara?= CC: java@gcc.gnu.org Subject: Re: Java to binary References: <3037070581644023313@unknownmsgid> In-Reply-To: <3037070581644023313@unknownmsgid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00001.txt.bz2 On 12/10/2013 01:33 PM, Tero Mäntyvaara wrote: > 1) is it possible to compile java package into machine code shared library? > 2) if 1) is possible, is it possible to use that library within c++ project? Yes, it is, but GCJ is based on an old release of the Java specification, so it might not meet your needs. Andrew.