Re: Regarding Java compiler

Tom Tromey <tromey@cygnus.com>
13 Aug 1999 01:13:26 -0400

          From comp.compilers

Related articles
Regarding Java compiler snarasim@ksr.ececs.uc.edu (Srivatsan Narasimhan) (1999-08-12)
Re: Regarding Java compiler tromey@cygnus.com (Tom Tromey) (1999-08-13)
Re: Regarding Java compiler raugfer@uol.com.br (Rodrigo Augusto B. Ferreira) (1999-08-13)
Re: Regarding Java compiler cmcknigh@fastlane.net (Charles McKnight) (1999-08-18)
Re: Regarding Java compiler asrat@worldnet.att.net (Asrat Zewde) (1999-08-24)
| List of all articles for this month |

From: Tom Tromey <tromey@cygnus.com>
Newsgroups: comp.compilers
Date: 13 Aug 1999 01:13:26 -0400
Organization: Cygnus Solutions
References: 99-08-052
Keywords: Java

>>>>> ">" == Srivatsan Narasimhan <snarasim@ksr.ececs.uc.edu> writes:


>> Also I am looking for source code for Java compiler. Is there any
>> Java compiler that is available in the public domain?


It isn't public domain, but there is a Java front end to gcc which is
free software (GPL). It can generate assembly or bytecode output.
More info here:


http://sourceware.cygnus.com/java/


Tom


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.