I am trying to compile an Android project which was built by some on else on windows.
Here is my platform:
Mac OS X 10.7 Lion, Eclipse for Java Developers installed today (Indigo Service Release 1)
Java on mac: javac -version
javac 1.6.0_29
Am seeing the following error:
Multiple markers at this line
- The type java.lang.Throwable cannot be resolved. It is indirectly referenced
from required .class files
- The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files
- The type java.lang.String cannot be resolved. It is indirectly referenced from
required .class files
- The type java.lang.Object cannot be resolved. It is indirectly referenced from
required .class files
I am guessing it may be something to do with path or availability of libraries, however not sure how to proceed next. Appreciate any hints.
got the answer here: stackoverflow.com/questions/6614380/jdk-on-osx-10-7-lion