package is not found, even though it's in both build classpath and runtime classpath
Posted
by Anthony
on Stack Overflow
See other posts from Stack Overflow
or by Anthony
Published on 2010-06-14T17:12:19Z
Indexed on
2010/06/14
17:22 UTC
Read the original article
Hit count: 488
I am unable to compile a Java program because the compiler cannot find some of the packages needed even though they are in both the build classpath and runtime classpath. Other packages it can find just fine.
The image below shows the problem. I have highlighted the gdata-media package in eclipse, as its the first package on the console that its not able to find:
What am I doing wrong?
© Stack Overflow or respective owner