classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dumb build error


From: Michael Koch
Subject: Re: Dumb build error
Date: Tue, 16 Mar 2004 08:52:30 +0100
User-agent: KMail/1.5.4

Am Dienstag, 16. März 2004 08:41 schrieb Mark Wielaard:
> Hi Adam,
>
> On Tue, 2004-03-16 at 04:13, Adam Young wrote:
> > /usr/bin/gcj --bootclasspath '' -classpath
> > ..:../external/jaxp/source:../vm/current:.: -C -d . @classes
> > ../java/security/cert/X509Certificate.java:143: error: Class
> > `java.security.cert.X509Certificate' can't subclass interface
> > `java.security.Certificate'.
> >    public abstract class X509Certificate extends Certificate
> > implements X509Extension
> >                                                  ^
> > gcj --version
> > gcj (GCC) 3.3.3 (Debian)
>
> That is strange. I have gcj (GCC) 3.3.3 (Debian 20040306) which
> doesn't show that error. Somehow your gcj version gets
> java.security.Certificate and java.security.cert.Certificate
> confused. Could you try rewriting it to X509Certificate extends
> java.security.cert.Certificate explicitly?

yeah, I just tried with gcj 3.3.3 and 3.5.0 here too and all was fine.


Michael





reply via email to

[Prev in Thread] Current Thread [Next in Thread]