Entering content frame

Procedure documentation Setting the Classpath and Compiling

Use

To 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.

Prerequisites

A new Java Project is created.

A new Java class is created.

The source code of the new login module is written.

Procedure

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.

This graphic is explained in the accompanying text

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

 

Go to the next step

 

 

Leaving content frame