+

Search Tips   |   Advanced Search

Attach the API sources

This section describes how to attach in Eclipse the sources of the public API provided. The sources are provided in the NeoLoad installation directory as a JAR file:

<install-dir>/api/Custom Action API/Java/neotys-custom-action-api-x.y.z-sources.jar

  1. Open the Java project in Eclipse.
  2. Right-click neotys-custom-action-api-x.y.z.jar and select Properties.

  3. Select the Java Source Attachment section and check the External location option.

  4. Click the External File... button and select <install-dir>/api/Custom Action API/Java/neotys-custom-action-api-x.y.z-sources.jar.
  5. Click OK.

    The sources are attached and you can read the Javadoc and the API source code.


Home