This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]