Re: can't import class in default package???
From: Moshe Sayag (MoshiX_at_Yahoo.com)
Date: 12/14/03
- Previous message: David Segall: "Re: Recommendations for Free/Cheap GUI-builder/RAD tool for Java Swing"
- In reply to: Kay: "can't import class in default package???"
- Next in thread: Y2KYZFR1: "Re: can't import class in default package???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 14 Dec 2003 10:54:48 +0200
A detailed discussion is can be found in the bug report:
http://developer.java.sun.com/developer/bugParade/bugs/4361575.html
I think login is required
Moshe
Kay wrote:
> 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
>
>
- Previous message: David Segall: "Re: Recommendations for Free/Cheap GUI-builder/RAD tool for Java Swing"
- In reply to: Kay: "can't import class in default package???"
- Next in thread: Y2KYZFR1: "Re: can't import class in default package???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Loading