This is the mail archive of the java-discuss@sources.redhat.com 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]

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


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

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