This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.


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

Re: first impression


>>>>> "Jon" == Jon Olson <olson@mmsi.com> writes:

Thomas> - Inner classes don't work.  What's entailed in fixing that
Thomas> and is their anyone working on it?

Jon> Or maybe you're trying to compile inner classes from source using
Jon> `gcj'?  I didn't know that gcj could compile source yet.

It does compile from source, and has for a while now.  In fact, this
is how libgcj is built -- the .java files are compiled to .class files
and to .o files by gcj.  The source parser doesn't understand inner
classes.

Tom