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: Paul Gear <paul at gear dot dyndns dot org>
- Cc: java at gcc dot gnu dot org
- Date: 02 Sep 2003 12:27:57 -0600
- Subject: Re: Newbie questions: javadoc, secure transport, ant & gcj, library build structure
- References: <3F547BE6.6050304@gear.dyndns.org>
- Reply-to: tromey at redhat dot com
>>>>> "Paul" == Paul Gear <paul@gear.dyndns.org> writes:
Paul> (especially given that the documentation says "We currently do
Paul> not have a list showing differences between libgcj and the Java
Paul> 2 platform.").
The docs are a little behind on this score, see the status page for a
link to the `japi' pages, which show a comparison of libgcj and JDK 1.4.
Paul> 4. These ugly makefiles currently generate shared libraries that are
Paul> then referenced explicitly where they are required. The documentation
Paul> indicates that this can be more or less automatic. Are there any
Paul> working examples you can point me to which demonstrate this?
Working examples of ant, or working examples of using shared
libraries with gcj? For the latter, rhug has many packages that do
this sort of thing.
http://sources.redhat.com/rhug/
Tom