Performance Test Errors were found in the project.
Explanation
This error can occur when workspaces are shared on
different computers or when the installation location of the product
has changed since the project was created.
System action
None.
User response
To work around this error, clean up the Java build
path and the generated Java source files.
- Click to
open the Resource perspective.
- Select the project in the Project Explorer view,
and then right-click and select Properties to
view the project properties.
- Select the Java Build Path property.
- Click the Libraries tab.
- Select each entry that is displayed with a red X and remove that
entry from the build path. If a referenced library is pointing to
user-specific libraries that have moved or are not present, edit the
entry so that it points to the correct location. Do not remove entries
for user-specific libraries.
- Click OK.
- Expand the src folder in the project.
- Remove all generated Java source files that are displayed with
a red X. If the source file is user-specific, then edit the build
path to point to the correct dependent libraries.