The project build operation produced the following warnings/errors:
'%1'
Explanation
Typically, this error occurs when the class path is
incorrect. If you change the product installation directory, or if
you move a performance test project to a computer with a different
installation directory, the class path might be incorrect.
System action
None.
User response
To work around this error, clean up the Java™ build path and the generated Java source files. 1. Click Window > Open
Perspective > Resource to open the Resource perspective. 2. Select
the project in the Project Explorer view, and then right-click and
select Properties to view the project properties. 3. Select the Java Build Path property. 4. Click
the Libraries tab. 5. 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. 6. Click OK. 7.
Expand the src folder in the project. 8.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.