This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ 3.2 for Win32: Updated Snapshot
- From: "Kirk Vogen" <kirkvdevw at us dot ibm dot com>
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: Wed, 11 Dec 2002 08:56:26 -0600
- Subject: Re: GCJ 3.2 for Win32: Updated Snapshot
> Did you try compiling straight from the source?
No, I haven't tried that. I thought about it, but doing it
this way gives more flexibility (IMHO); if the Ant script
is structured properly, it can have two paths:
a) .java->.class->.o->executable/library
b) .java->.class->.jar
That way, if you want to deploy to a VM, you
can use the same Ant script.
-Kirk