+

Search Tips   |   Advanced Search

Attach the API source in Eclipse

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

<install-dir>\api\Data Format Extension API\Java\neotys-codec-api-x.y.z-sources.jar

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

  3. Select the Java Source Attachment property.

  4. Check the External location option and click the External File button to select the file <install-dir>/api\Data Format Extension API\Java\neotys-codec-api-x.y.z-sources.jar.
  5. Click OK to validate the attachment.

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


Home