Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The type java.lang.Object cannot be resolved

807580Dec 2 2005 — edited Nov 13 2009
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2009
Added on Dec 2 2005
34 comments
9,837 views