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.
- To create a Java project to implement the Custom Action API
- Create a workspace in Eclipse or use an existing one.
- In Eclipse, select New > Java project.
- Specify a name for your project in the Project name field before clicking the Finish button.
- Access the properties for the new project in the Properties for <project> dialog box.
- In the Java Build Path property, select the Libraries tab.
- 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
- Click OK to save the project.
Home