Book a Demo

Author Topic: Import java implements  (Read 2773 times)

Peter L.

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Import java implements
« on: October 04, 2002, 12:33:54 am »
Hi, I'm relatively new with ea but so far its working great. I am having some problems with "import source directory". I don't get a realization association beteen ModuleImpl and Module if they are in different packages. The ModuleImpl.java file starts out something like this:

package component.impl;
import component.Module;
class ModuleImpl implements Module {

Any tips/suggestions? Is there a recommended correct order to import Java packages to get everything working well or is there a glich in EA?

Regards,
Peter