Programmer's Guide > Using the AOM > Using Java to Access the AOM > Using an IDE to create Your AOM Java Program
  
Using an IDE to create Your AOM Java Program
There are a number of Java-based Integrated Development Environments (IDE) that can be used to create AOM Java programs. The IDE must be able to find the AOM JAR file. Using Oracle's J/Developer version 3.2.2 as an example, follows these instructions:
1. Create a library
Click on menu item Project followed by Project Properties. On the resulting dialog box, choose the Libraries tab and then click the Libraries button. On the resulting dialog box, click the New button and name the new library Arbortext AOM. In the Class path field on the same dialog box, specify Arbortext-path\lib\classes\aom.jar. Click OK to finish creating the library.
2. Reference the library
Return to the Project Properties window under the Libraries tab and click the Add button. Select Arbortext AOM on the resulting dialog box and click OK to add it to the current project.
Refer to the documentation for your IDE for instructions on a class path.