This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: compiling with gcj


>>>>> "Adam" == Adam Satcowitz <adam at planbtechnologies dot 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


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