The type java.lang.Object cannot be resolved
807580Dec 2 2005 — edited Nov 13 2009Hi,
Could anyone explain the following exception:
The type java.lang.Object cannot be resolved. It is indirectly referenced from the required .class files
If I have class A that extends class B, and class C extends class A. The exception is caused by class C extending class A, i think!. I knows its a bit vague, but could someone give me a general explanation as to why this exception would occur.
Thanks