From the gcc list: Begin forwarded message: > From: Thomas Zander <zander@kde.org> > Date: April 20, 2005 4:11:32 PM PDT > To: gcc@gnu.org > Subject: Typo in online GCJ docs. >>> In page: > http://gcc.gnu.org/onlinedocs/gcj/Objects-and-Classes.html >> - Specifically, 8-bite and 16-bit native types > + Specifically, 8-bit and 16-bit native types >> On the same page there is a Java example that will not compile, I > found and > fixed 3 bugs; Please replace with: > public class Int > { > public int i; > public Int(int i) { this.i = i; } > public static Int zero = new Int(0); > } >>> On page: > http://gcc.gnu.org/onlinedocs/gcj/Class-Initialization.html > Both JvInitClass and Jv_InitClass are used; which one is it? >> Please forward to the maintainer or if you can, fix it in the source. > Thanks! >> -- > Thomas Zander >