The answer to your question "why java 1.5" is at http://groups.google.com/group/android-developers/browse_thread/thread/4e3d0af6c71a4eec/05e0cef64d4d1743?lnk=gst&q=java+1.5#05e0cef64d4d1743. If the SDK docs you read say otherwise, it is probably because they were not updated. Or it could be because the above cited post really only applies to platform builds...
Thanks for answering the question about which perspective you are using. If you cannot workaround this Eclipse bug by choosing a different perspective (one with no ProblemView), then I suggest you describe the problem to an Eclipse forum. Or it may be time to do as you suggested yourself earlier, re-install Eclipse. And then update it. Of course, I hope that is not necessary. But it is an Eclipse class that is not being found, so this is an Eclipse problem, not an Android problem. Finally, I doubt the problem will be solved by using Java 1.5 (the main reason to use 1.5 is '@Override'), but since that is such an easy thing to try, you might want to try that before re-installing. On Nov 14, 1:32 pm, Marton Kodok <[email protected]> wrote: > I am in the Java perspective. > Why I should use Java 1.5? > > The SDK page tells me to download JDK 5 or 6 > > http://developer.android.com/sdk/requirements.html > > 2009/11/14 Indicator Veritatis <[email protected]> > > > > > Shouldn't you be using Java 1.5 instead of 1.6? > > > Also, since the choice of Eclipse Perspective affects which views are > > presented, could you tell us which perspective you were using when > > this happened? > > > On Nov 13, 10:01 am, Marton Kodok <[email protected]> wrote: > > > Having two weird errors with one of my Android projects. > > > What might be wrong? > > > > eclipse.buildId=M20090917-0800 > > > java.version=1.6.0_14 > > > java.vendor=Sun Microsystems Inc. > > > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=hu_HU > > > Framework arguments: -product org.eclipse.epp.package.java.product > > > Command-line arguments: -os win32 -ws win32 -arch x86 -product > > > org.eclipse.epp.package.java.product > > > > Error > > > Wed Nov 11 18:01:07 EET 2009 > > > Referenced part does not exist yet: org.eclipse.ui.views.ProblemView. > > > > Error > > > Wed Nov 11 17:44:23 EET 2009 > > > Unable to restore source lookup path - unknown type source container type > > > specified: org.eclipse.cdt.debug.core.containerType.mapping > > > > -- > > > Márton > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Beginners" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-beginners%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-beginners?hl=en > > -- > Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

