Hi
Joe,
I finally realized
why I've had the error message "Cannot find the class file for java.lang.Object.
Fix the build path..." in Eclipse for some time now. Hint: it's been there since
you bought a Mac :-)
Looking in
classpath (I think this problem is only in Branch 2.0) I
have:
<classpathentry
kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
1.3"/>
while
in a "standard" project I would have:
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.3"/>
Updating this takes away the error
message.
BTW:
would it be possible to adjust the checked-in Eclipse project settings to ignore
suitable warnings as not to fill up the Problems View?
Best
regards
Mike