From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10647 invoked by alias); 6 Feb 2012 18:56:43 -0000 Received: (qmail 10638 invoked by uid 22791); 6 Feb 2012 18:56:42 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,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-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Feb 2012 18:56:29 +0000 Received: by ghbf19 with SMTP id f19so2898124ghb.20 for ; Mon, 06 Feb 2012 10:56:28 -0800 (PST) Received: by 10.50.140.101 with SMTP id rf5mr22416772igb.27.1328554587190; Mon, 06 Feb 2012 10:56:27 -0800 (PST) Received: from jdpc-core1.ecovate.com (204-133-153-190.dia.static.qwest.net. [204.133.153.190]) by mx.google.com with ESMTPS id wn7sm615484igc.0.2012.02.06.10.56.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Feb 2012 10:56:26 -0800 (PST) Date: Mon, 06 Feb 2012 18:56:00 -0000 From: Joel Dice To: Harpal Grover cc: GCC Subject: Re: Is GCJ still active? In-Reply-To: Message-ID: References: <4F301943.4070809@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463804110-451970943-1328554168=:22046" Content-ID: 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/msg00005.txt.bz2 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463804110-451970943-1328554168=:22046 Content-Type: TEXT/PLAIN; CHARSET=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Content-ID: Content-length: 1339 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/ ---1463804110-451970943-1328554168=:22046--