IntelliJ IDEA 2020.2 Help

Add WS libraries to a Web service slient module manually

This approach is applicable if the necessary libraries have been previously downloaded.

To add the necessary libraries to an existing module

  1. Open the Module Settings dialog box.

  2. With the desired module selected, click the Dependencies tab.

  3. Click the Add button again, then select Single-Entry Module Library from the context menu. In the dialog that opens, select the javaee.jar library and the required Web service-specific libraries.
    1. The location of the javaee.jar library is defined during the installation of IntelliJ IDEA.

    2. The location of the Web-service specific libraries is defined during their download.

  4. Click OK when ready.

Last modified: 15 July 2020