Sometimes a lot of red forks appear when you open or import a project in eclipse

Source: Internet
Author: User
The type Java.lang.Object cannot be resolved

Sometimes when you open or import a project in Eclipse, there is a problem with the title: the type Java.lang.Object cannot be resolved. It is indirectly referenced. This article describes the experience of resolving this issue.

Method/Step
  1. 1

    The problem is literally: Java.lang.Object is not recognized as a class, please import dependent files. Java.lang.Object is the most basic class in Java. Why can't ecliipse even find this class? The reason is that the JRE path in the compilation path configuration for this project is missing, or does not match.

  2. 2

    The solution is: right-click Project->build path->config build Path->add library, select System JRE.

  3. 3

    Complete the operation, clean the project, find the problem solved!


Sometimes a lot of red forks appear when you open or import a project in eclipse

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.