This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: confusing compile time error
- From: chris burdess <dog at bluezoo dot org>
- To: java at gcc dot gnu dot org
- Date: Sun, 13 Apr 2003 11:53:16 +0100
- Subject: Re: confusing compile time error
- References: <20030411195020.GA5160@bluezoo.org>
i wrote:
> i'm currently being told:
>
> ./source/javax/mail/Message.java:65: Class `javax.mail.Message' already
> defined in source/javax/mail/Message.java:65.
> public abstract class Message
> ^
> ./source/javax/mail/Message.java:81: confused by earlier errors, bailing out
after numerous tests i have determined that this will happen if the
classpath includes the sources to compile. this is a real pain as
setting the classpath to include the sources is the only way for gcj to
resolve package imports.
--
chris burdess