Create a Java project to implement the Data Format Extension API
This section describes how to create a Java project with Eclipse to implement the Data Format Extension API provided by Neotys.
- To create a Java project to implement the Data Format Extension API
- Create a workspace in Eclipse.
- Select the New > Java Project command.
The New Java Project dialog appears.
- Enter a name for the project in Project name and click Finish.
- Open the Properties for my project dialog.
- Select the Java Build Path property.
- Click the Add JARs button and browse to the JAR files available in the NeoLoad installation directory:
- <install-dir>\api\Data Format Extension API\Java\neotys-codec-api-x.y.z.jar
- the files in the <install-dir>\api\Common\Java folder
- Click OK to save the project.
The Java project is ready to create an implementation of the Data Format Extension API.
Home