!--a11y-->
Setting the Classpath and
CompilingTo compile a login module, you need the JDK 1.4 version at least, and the JAR files util.jar and security_api.jar of the J2EE Engine.
A new Java Project is created.
A new Java class is created.
The source code of the new login module is written.
To specify the classpath:
...
1. Select the project name. Right-click on it and choose Properties ® Java Build Path.
2. Choose the Libraries tab and then Add External Jars.
3. Browse to the location of the util.jar and security_api.jar on the J2EE Engine.
4. Select the JAR file and choose Open. Do the same for the next JAR file.
5. Choose OK to save the new class path.

6. From the menu path choose Project ® Rebuild All to rebuild the project.
