Error: Missing library files in the project

After you pull a project in the Git perspective, Project is missing the required Library error is displayed in the Verify Problems tab. This error occurs due to the .classpath file which is specific to a workspace or system. The .classpath file needs to be pointed to the newly imported location.

You can perform the following steps to resolve the missing library issue:

  1. Go to Windows > Perspective > Open Perspective > Other.

  2. Select the Java perspective.

  3. Expand the project from the Test Navigator pane.

  4. Navigate to Java Build Path > Libraries.

  5. Delete all the jar files that are missing after you pull the changes.

    Note: The files are marked with a red cross.
  6. Play back the project.

    The required jar files are added to the project.