compiling with gcj
Adam Satcowitz
adam@planbtechnologies.com
Thu Mar 13 17:38:00 GMT 2003
At 10:14 03/13/2003 -0700, Tom Tromey wrote:
> >>>>> "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.
oh....are you saying that javax.rmi and such are part of the standard class
library and that is why it can't be found? how interesting.
>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.
crypto code?
>What is it that you need?
>>Tom
right now i need to be able to
import javax.mail.*;
import javax.mail.internet.*;
import java.util.Properties;
should i extract these from the jar file and compile them individually,
instead of the jar file? i think that java.util.Properties is a standard
class library. is that supported?
thanks.
Adam Satcowitz
Plan B Technologies, Inc.
212.242.5654
More information about the Java
mailing list