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
- To attach the API sources in Eclipse
- Open the Java project in Eclipse.
- Right-click the neotys-codec-api-x.y.z.jar file and select Properties.
- Select the Java Source Attachment property.
- 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.
- Click OK to validate the attachment.
The sources are attached and you can read the Javadoc and the API source code.
Home