From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31467 invoked by alias); 7 Feb 2012 20:36:47 -0000 Received: (qmail 31287 invoked by uid 22791); 7 Feb 2012 20:36:46 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_GC X-Spam-Check-By: sourceware.org Received: from mail-yw0-f47.google.com (HELO mail-yw0-f47.google.com) (209.85.213.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Feb 2012 20:36:33 +0000 Received: by yhfq46 with SMTP id q46so3371801yhf.20 for ; Tue, 07 Feb 2012 12:36:32 -0800 (PST) Received: by 10.236.77.232 with SMTP id d68mr33751703yhe.98.1328646991242; Tue, 07 Feb 2012 12:36:31 -0800 (PST) Received: from [192.168.0.13] ([189.32.28.189]) by mx.google.com with ESMTPS id y12sm9988070ang.21.2012.02.07.12.36.28 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 12:36:29 -0800 (PST) Message-ID: <4F318BFF.6090409@gmail.com> Date: Tue, 07 Feb 2012 20:36:00 -0000 From: lucianomanzo User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110307 Icedove/3.0.11 MIME-Version: 1.0 To: java@gcc.gnu.org Subject: Re: Is GCJ still active? References: <4F301943.4070809@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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: 2012-02/txt/msg00006.txt.bz2 Hi Joel, Congratulations for this excellent project!! If I understend, it's possible to compile java code to binary code? A SWT application runs with avian? Thank you On 06-02-2012 16:56, Joel Dice wrote: > On Mon, 6 Feb 2012, Harpal Grover wrote: > >> On Mon, Feb 6, 2012 at 1:17 PM, Andrew Haley wrote: >>> >>> On 02/05/2012 06:33 PM, 孙波翔 wrote: >>> >>>> I am doing a project(open source) and need to complie some java >>>> *.class files to *.dll and *.so files so that this files can run >>>> without jre. >>>> >>>> I found there only have to tools can do it: Jet and GCJ. >>>> >>>> Jet is not under GPL license. And the latest release of GCJ was on Sep >>>> 22, 2009. I need to compile the java files and support JDK 1.7 >>>> features. So does GCJ still active and may support JDK 1.7 in future? >>> >>> gcj ahas been released several times since then. There is a little >>> development still going on, but at present there are no plans to do >>> a release that supports Java 1.7 features. >>> >>> Andrew. >> >> >> So naturally, the next question then would be: >> >> Will there be any capabilities to compile java applications to native >> binaries using the OpenJDK? If not, who should we contact to convey >> the ever so popular and growing interest in being able to do this for >> Linux, OS X and Windows? > > Avian[1] will do this well enough to run e.g. Eclipse, Tomcat, Jython, > etc., but I haven't tested any Swing/AWT apps yet. OpenJDK 6 is > supported, and I've just started on a OpenJDK 7 port. > > * [1] http://oss.readytalk.com/avian/