+

Search Tips   |   Advanced Search

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.

  1. Create a workspace in Eclipse.
  2. Select the New > Java Project command.

    The New Java Project dialog appears.

  3. Enter a name for the project in Project name and click Finish.
  4. Open the Properties for my project dialog.

  5. Select the Java Build Path property.
  6. 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
  7. Click OK to save the project.

The Java project is ready to create an implementation of the Data Format Extension API.


Home