From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12978 invoked by alias); 7 Feb 2012 20:57:23 -0000 Received: (qmail 12964 invoked by uid 22791); 7 Feb 2012 20:57:22 -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-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Feb 2012 20:57:08 +0000 Received: by iaby12 with SMTP id y12so11762979iab.20 for ; Tue, 07 Feb 2012 12:57:08 -0800 (PST) Received: by 10.42.147.134 with SMTP id n6mr23166321icv.55.1328648227219; Tue, 07 Feb 2012 12:57:07 -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 al9sm18832153igc.5.2012.02.07.12.57.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 12:57:06 -0800 (PST) Date: Tue, 07 Feb 2012 20:57:00 -0000 From: Joel Dice To: lucianomanzo cc: java@gcc.gnu.org Subject: Re: Is GCJ still active? In-Reply-To: <4F318BFF.6090409@gmail.com> Message-ID: References: <4F301943.4070809@redhat.com> <4F318BFF.6090409@gmail.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463804110-2102443376-1328648225=:8633" 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/msg00007.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-2102443376-1328648225=:8633 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT Content-length: 2050 On Tue, 7 Feb 2012, lucianomanzo wrote: > Hi Joel, > > Congratulations for this excellent project!! > > If I understend, it's possible to compile java code to binary code? Yes, Avian supports either JIT (just-in-time) or AOT (ahead-of-time) compilation to machine code, or a mix of both. > A SWT application runs with avian? Yes. Please direct any further questions or comments about Avian to avian@googlegroups.com, since they're off-topic for this list. Thanks. > > 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/ > > ---1463804110-2102443376-1328648225=:8633--