+

Search Tips   |   Advanced Search

Create a Java project

This section describes how to create a Java project with Eclipse to create an implementation of the Custom Action API provided by Neotys.

  1. Create a workspace in Eclipse or use an existing one.
  2. In Eclipse, select New > Java project.

  3. Specify a name for your project in the Project name field before clicking the Finish button.

  4. Access the properties for the new project in the Properties for <project> dialog box.

  5. In the Java Build Path property, select the Libraries tab.
  6. Click the Add External JARs... button and browse to the JAR files available in the NeoLoad installation directory:

    • <install-dir>/api/Custom Action API/Java/neotys-custom-action-api-x.y.z.jar
    • the files in the <install-dir>/api/Common/Java folder
  7. Click OK to save the project.


Home