compiling with gcj

Tom Tromey tromey@redhat.com
Thu Mar 13 17:20:00 GMT 2003


>>>>> "Adam" == Adam Satcowitz <adam@planbtechnologies.com> writes:

Adam> one of the dependencies in TextTools live in j2ee.jar.

gcj won't work with a standard class library other than its own.
If you need classes from the standard library that we don't implement,
then you're out of luck.

Sometimes the classes you need may be available as free software on
the net somewhere.  For instance, CORBA and javax.sound are available
that way; also the crypto code is provided elsewhere.

What is it that you need?

Tom



More information about the Java mailing list