Hi everybody,

I have the following package:
x.A.java;
y.B.java;

in A.java, I have
import y.B;
public class A
{
  B b = new B();
}

The problem is that I get the following error when compiling
++++
    import y.B;
               <-->
*** Error: "y/B" is either a misplaced package name or a non-existent
entity.
+++++
This project worked fine when I compiled it two months ago (compilation
dependencies are automatic) with a previous version of JDE (I don't
remember which). What I did is just to update the version of JDE without
changing something else (same classpath, same version of jikes, etc.).
Now, I have to manually compile y.B to have a correct compilation.

So, what may be the problem please? Is there any recommendation that I
missed when upgrading JDE?
OS: windows Millenium
Jde: 2.2.7.11
Emacs: 20.7.1
Jikes: 1.12, 8/1/2000

Thanks for your help


--
         [@666[]]::::::::::::::::::::::::::::::::::>
  andriamasinoro fenintsoa
  multi-agent researcher
  iremia-university of la reunion (france)
  t�l: (+262) 816 863 (portable) / (+262) 938 324 (office)
  fax: (+262) 938 260
  e-mail: [EMAIL PROTECTED]
  ================

  "most people don't plan to fail, they simply fail to plan."
 ----------------------------


Reply via email to