classpath
[Top][All Lists]
Advanced

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

Trouble with gcj 3.0.4 (BasicPermission.java)


From: Mark Wielaard
Subject: Trouble with gcj 3.0.4 (BasicPermission.java)
Date: 08 Feb 2002 17:17:34 +0100

Hi,

When testing the pre-release tarbal with gcj 3.0.4 20020202 (Debian
prerelease) I got the following:

/usr/bin/gcj -C -d . @classes
./../java/security/BasicPermission.java:64: Class
`java.security.BasicPermission' can't subclass interface
`java.security.acl.Permission'.
   public abstract class BasicPermission extends Permission implements
                                                 ^
The released version of gcj (3.0.3) does not have this strange bug.
Changing Permission to java.security.Permission solves it.

Strangely enough I only have this with the release tarbal not with the
cvs tree. Hmmm.

Cheers,

Mark



reply via email to

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