IntelliJ IDEA 2017.2 Help

Adding WS Libraries to a Web Service Client Module Manually

This feature is supported in the Ultimate edition only.

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: 29 November 2017

See Also