Re: Is GCJ still active?
Joel Dice <joel.dice <at> gmail.com>
2012-02-07 20:57:03 GMT
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 <at> 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 <aph <at> redhat.com> 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
(Continue reading)