Sunday 6 March 2011

The type java.lang.Object cannot be resolved. It is indirectly referenced fromrequired .class files eclipse

Eclipse new Error Discovered

The type java.lang.Object cannot be resolved. It is indirectly referenced fromrequired .class files eclipse


Solution

Add the following code to .classpath file:

<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

No comments:

Post a Comment