This patch is a little simpler: Index: MetricWalk.java =================================================================== RCS file: /cvsroot/freenet/freenet/src/freenet/support/MetricWalk.java,v retrieving revision 1.1.1.1 diff -r1.1.1.1 MetricWalk.java 3c3 < import BinaryTree.Node; --- > import freenet.support.BinaryTree.Node;
importing from the default package is not allowed unless the whole "patch" is specified, in 1.4 This works on Solaris, will try it on Debian too unless I see any problems I'll apply this one regards, -- G?ran On Sat, Feb 16, 2002 at 10:03:48PM +0100, Goran Thyni wrote: > On Sat, Feb 16, 2002 at 06:16:47PM +0100, Oskar Sandberg wrote: > > On Sat, Feb 16, 2002 at 06:02:43PM +0100, Goran Thyni wrote: > > > JDK 1.4 don't like to inherite from the nested interface > > > BinaryTree.Node > > > > Can you say specifically what it is that is illegal about this? Or is > > this simply a bug in your JDK? > > Could this be a lead? > http://gcc.gnu.org/ml/java/2002-02/msg00075.html > > I am using on debian/x86: > bash-2.05a$ /usr/java/j2sdk1.4.0/bin/java -version > java version "1.4.0" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92) > Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode) > > hmm, it says b92 (is that beta?) > java.sun.com said 1.4 is released, > and this is downloaded a week after the announcement. > > I will try it on Solaris too, > to see if there is some difference. > > regards, > --- > G?ran > -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 239 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20020216/66a8d8ee/attachment.pgp>
