JDeveloper error...

From: (wrong string) é <jamarijr_at_my-deja.com>
Date: Wed, 10 Apr 2002 09:00:25 -0400
Message-ID: <3cb4379d_4_at_news3.prserv.net>



I am using jdeveloper and I am getting weird compile errors. I have a hierarchy set up like this.
blah.java -----------------------------------------
...
public interface blah {

   ...
   public interface iblah{...}
}

thisandblah.java --------------------------------------
...
public interface thisandblah extends blah {

   public iblah getIBlah(); //HERE IS THE ERROR
}

When I compile with JDeveloper I get a iblah not found in thisandblah But, compiling with regular javac It works fine... Is this a known problem? Received on Wed Apr 10 2002 - 15:00:25 CEST

Original text of this message