| View previous topic :: View next topic |
| Author |
Message |
ahn Guest
|
Posted: Wed Sep 01, 2004 3:26 pm Post subject: When I create a project using file>new>Project From existing |
|
|
I create a project using "Project from existing code.
And then there are many errors in the structure pane.
All error messages are the same thing and that is "cannot resolve symbol :
class myclass in package mypackage at line ........".
But those error messages are wrong, because myclass needed in source is
included in the project and imported.
How can I solve this problem?
Thanks.
Ahn
|
|
| Back to top |
|
 |
Tor Iver Wilhelmsen [Team Guest
|
Posted: Wed Sep 01, 2004 4:11 pm Post subject: Re: When I create a project using file>new>Project From exis |
|
|
"ahn" <ahn64 (AT) kt (DOT) co.kr> writes:
| Quote: | How can I solve this problem?
|
Compile the project.
|
|
| Back to top |
|
 |
|