+

Search Tips   |   Advanced Search

Export a project in a JAR file

This section describes how to create a Java project to implement the Data Format Extension API. It is necessary to read beforehand:

In Eclipse, a right-click on the Java project gives access to the Export command.

The Export dialog is displayed.

Under the Java category, the JAR file type must be selected before clicking on the Next button.

In the JAR Export dialog box, it is necessary to Select the export destination.

A click on Finish validates the export. The JAR which contains the API implementation is now exported and ready to be used in NeoLoad. See Data Format Extensions.

  1. In Eclipse, right-click the Java projet and select Export.
  2. Select Java, then JAR file, and click Next.
  3. Select the target directory, and click Finish.
  4. You can specify the JAR file in NeoLoad.


Home