package is not found, even though it's in both build classpath and runtime classpath
- by Anthony
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:
Click for full size
What am I doing wrong?