can't import class in default package???

From: Kay (kangkang_at_interchange.ubc.ca)
Date: 12/11/03

  • Next message: Jon Skeet: "Re: can't import class in default package???"
    Date: Wed, 10 Dec 2003 22:58:08 -0800
    
    

    Hi:

    I have a java fiile that resides at the default package under src folder. In
    the same project, when I want to import that class, I just need to type

    import ClassName

    right? However, eclipse cannot resolve it. But I can see the class in the
    automatic code completion pop up list if I just type the first 1 or 2 letter
    of the ClassName.

    So what should I do to import such class?

    thanks,
    -Kay


  • Next message: Jon Skeet: "Re: can't import class in default package???"

    Relevant Pages