Redirecting Java Build Paths

There are restrictions for classpaths of Eclipse projects that are used within Silk Performer. To enable the distribution of libraries during a test, all libraries must be located either in the Silk Performer project directory (<my documents>\Silk Performer 21.0\Projects) or they must be available on a UNC path.

  1. Right-click a Silk Performer-enabled project in Eclipse’s Package Explorer and select Build Path > Configure Build Path from the context menu.
  2. Click the Libraries tab. All of the user libraries that are required for running tests are displayed.
  3. Click Add Library. The Add Library page opens.
  4. Select User Library from the list and click Next.
  5. Click User Libraries. The User Libraries page opens.
  6. Click New. The New User Library dialog opens.
  7. Specify a name for the new library and click OK. The User Libraries page opens.
  8. Click Add JARs.
  9. Browse to and select one or more Java libraries that are available to your local system. Press the Shift or Ctrl keys to select multiple libraries.
  10. Click Open to add the JAR files to your new user library. The User Libraries page opens.
  11. Click OK. The Add Library page opens.
  12. Click Finish. These settings are migrated to the classpaths of both your Silk Performer Workbench project and your Silk Performer-enabled Eclipse project.