This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Newbie questions: javadoc, secure transport, ant & gcj, library build structure
- From: Tom Tromey <tromey at redhat dot com>
- To: Casey Marshall <rsdio at metastatic dot org>
- Cc: java at gcc dot gnu dot org
- Date: 03 Sep 2003 12:33:51 -0600
- Subject: Re: Newbie questions: javadoc, secure transport, ant & gcj, library build structure
- References: <3F547BE6.6050304@gear.dyndns.org><20030902145644.GA24080@metastatic.org>
- Reply-to: tromey at redhat dot com
>>>>> "Casey" == Casey Marshall <rsdio@metastatic.org> writes:
Casey> I am working on a free software, cleanroom implementation of the JSSE
Casey> classes, called Jessie: <http://metastatic.org/source/jessie/>. The
Casey> targeted platforms are Classpath-based, and this includes GCJ.
Hey, this is cool! I love finding out about new parts of javax.*
that have been implemented.
Tom