This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: What should I use as a reference for implementing libgcj classes?
- To: "Jeff Sparkes" <jsparkes at internetivity dot com>
- Subject: Re: What should I use as a reference for implementing libgcj classes?
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sat, 22 Jul 2000 14:21:52 -0700 (PDT)
- Cc: "Java-Discuss at Sourceware dot Cygnus. Com" <java-discuss at sourceware dot cygnus dot com>
- References: <NDBBLEDLCMPECBFFGMDIOEOIEEAA.jsparkes@internetivity.com>
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