From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5670 invoked by alias); 10 Dec 2013 13:34:16 -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 5526 invoked by uid 89); 10 Dec 2013 13:34:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f174.google.com Received: from Unknown (HELO mail-we0-f174.google.com) (74.125.82.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 10 Dec 2013 13:34:14 +0000 Received: by mail-we0-f174.google.com with SMTP id q58so4994239wes.33 for ; Tue, 10 Dec 2013 05:34:05 -0800 (PST) X-Received: by 10.194.237.99 with SMTP id vb3mr21274673wjc.28.1386682445578; Tue, 10 Dec 2013 05:34:05 -0800 (PST) From: =?ISO-8859-1?Q?Tero_M=E4ntyvaara?= MIME-Version: 1.0 Date: Tue, 10 Dec 2013 13:34:00 -0000 Message-ID: <3037070581644023313@unknownmsgid> Subject: Java to binary To: java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00000.txt.bz2 Hi, I have two questions: 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? Tero M