import package from sibling can not be resolved [message #1445659] |
Wed, 15 October 2014 15:10  |
Eclipse User |
|
|
|
Hi,
I have Eclipse Kepler and I'm new. I have an existing set of packages. I took one set and put it into a workspace. Since making the change, compiling the java from the set that moved is failing.
To be more specific my layout was like this:
c:: \programs\java\src\
I made a new directory, c:\programs\java\workspace
under it I now have
DescData
MakeIndex.java has these lines
package org.descData;
import org.jpedal.objects.Dataum;
The import line is tagged as an error.
I used my Debug Settings menu to add c:\programs\java\src to my class path ( or Build Path) which I thought would have resolved the problem but it did not.
BTW, I have classpath defined as classpath=.;C:\Programs\Java\src and when I use javac from the command line, it compiles successfully.
Have you any idea how I can resolve my import statement?
Gary
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.31656 seconds