Show TOC

Setting Required Classpaths to Compile the Java ProjectLocate this document in the navigation structure

Use

To implement and compile the login module, you need the JAR files util.jar and security_api.jar of the AS Java.

Procedure

To specify the classpath:

  1. Select the project name. Open the context menu and choose Start of the navigation path Build Path Next navigation step  Add External Archives End of the navigation path.

    1. Browse to the location of the sap.com~tc~bl~jkernel_util~impl.jar . In the AS Java file system, you can find this library by following the path /usr/sap/<SID>/JC<XX>/j2ee/cluster/bin/system

    2. Select the JAR and choose Open .

  2. Choose the Start of the navigation path Build Path Next navigation step  Add External Archives  End of the navigation pathagain.

    1. Browse to the location of the sap.com~tc~je~security_api~impl.jar. In the AS Java file system, you can find this library by following the path /usr/sap/<SID>/JC<XX>/j2ee/cluster/bin/interfaces/security_api .

    2. Select the JAR file and choose Open .

  3. To save the new classpath, choose OK .

    Note

    If you need to rebuild the project from the menu path, choose Start of the navigation path Project Next navigation step Build All End of the navigation path.

Result

The required classpaths for the project are set.