Hi,
I'm trying to import a .class file located in a directory called c:\eckel1.
When I go to the project's
properties and then Java Build Path/Libraries/Add Class Folder... I point to
c:\eckel1, this is the message I see at the top of the window (the
properties window)...
(Keep in mind that my project is called Assignment)
Cannot nest 'Assignment/eckel1' inside 'Assignment'. To enable the nesting
exclude 'eckel1" from 'Assignment'.
I'm using Eclipse 2.1.2, running on Windows 2000 (Also tried it on Windows
XP same version of Eclipse)
What does this mean?
BTW, I've done the same thing in JCreator (that is, added a path to the same
.class file that I'd like to import), and it works fine in JCreator.
Thanks!
Robert Klemme - 09 Mar 2004 10:40 GMT
> Hi,
>
[quoted text clipped - 13 lines]
>
> What does this mean?
Probably you got a folder "Assignment/eckel1" already.
robert
> BTW, I've done the same thing in JCreator (that is, added a path to the same
> .class file that I'd like to import), and it works fine in JCreator.
>
> Thanks!