Add a Web Application Library

  1. Click Add.

    The IDE opens the Add Libraries wizard.The Add Libraries wizard prompts you to choose one of two deployment strategies:

  2. Choose the type of library and click Next.
  3. Click Browse to select the project or JAR file and click Open to add it to the project.
  4. Set an export file if the classic applet library is a JAR file that is (re)deployed when the project is deployed.

    The Add Library wizard displays this optional step when the project type is a JAR file. This optional step is not available for project libraries.

  5. Select a deployment strategy.
    1. Select Already On Card when the classic applet library is only used for compiling and code completion.

      This deployment strategy is used when the APIs already exist on the card.

    2. Select Copy Into Project Classes when the classes in the library are included in the project.
    3. Click Finish to add the library to the project and to set the deployment strategy.