What should I use as a reference for implementing libgcj classes?

Tom Tromey tromey@cygnus.com
Sat Jul 22 14:21:00 GMT 2000


Jeff> I'm trying to use gcj to compile a console version of our
Jeff> software, which also has an awt version.  There are references
Jeff> to awt classes that will not be invoked.  I'd like to at least
Jeff> stub out the classes, and do some implementation.  What should I
Jeff> use for reference?  I know I can't look at the source from Sun,
Jeff> but can I use their API specs?

You can use their API documentation.  If you choose to write javadoc
comments, though, you can't refer to the Sun docs while writing your
comments.

Tom


More information about the Java mailing list