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
- To attach the API sources in Eclipse
- Open the Java project in Eclipse.
- Right-click neotys-custom-action-api-x.y.z.jar and select Properties.
- Select the Java Source Attachment section and check the External location option.
- Click the External File... button and select <install-dir>/api/Custom Action API/Java/neotys-custom-action-api-x.y.z-sources.jar.
- Click OK.
The sources are attached and you can read the Javadoc and the API source code.
Home