This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj and jikes
- From: Tom Tromey <tromey at redhat dot com>
- To: bormisoft at digitizeit dot de
- Cc: java at gcc dot gnu dot org
- Date: 06 May 2003 12:12:30 -0600
- Subject: Re: gcj and jikes
- References: <200305061807.h46I7wTA021923@s02.canserver.net>
- Reply-to: tromey at redhat dot com
>>>>> ">" == bormisoft <bormisoft@digitizeit.de> writes:
>> Maybe one added problem could be, that the compiler (at least within
>> eclipse) seems to work on a per method basis (which I consider one of
>> eclipses best features btw.). But since it's possible to export
>> classfiles from eclipse and import java it must be usable as a normal
>> compiler somehow.
Yes, Anthony has a Makefile for building this compiler with gcj. The
end result is a command-line compiler he calls "ecj". I've used this
(actually a variant that builds the compiler as a .so), with some ant
glue, to build Eclipse from source. The command-line parsing code is
already in the Eclipse cvs tree.
Tom