IntelliJ IDEA 2016.2 Help

Adding WS Libraries to a Web Service Client 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.

See Also

Last modified: 23 November 2016