Create library dialog
Specify the library name, level and contents.
Item | Description |
---|---|
Name | Use this field to edit the library name. |
Level | Select the library level (global, project or module). |
Alt+Insert | Add items (classes, sources, documentation, and so on) to the library. In the dialog that opens, select the necessary files and folders. For a Java library, these may be individual class and java files, directories and archives jar and zip containing such files as well as directories with Java native libraries .dll, .so or .jnilib. IntelliJ IDEA will analyze the selected files and folders, and automatically assign their contents to the appropriate library categories (Classes, Sources, Documentation, Native Library Locations, and so on). When IntelliJ IDEA cannot guess the category (for example, when you select an empty folder), a dialog will be shown, in which you will be able to specify the category yourself. |
To be able to use external documentation available online, click this icon and specify the URL of the external documentation. | |
Exclude an item (see Exclude library items). In the dialog that opens, select the items that you want IntelliJ IDEA to ignore (folders, archives and folders within the archives), and click OK. | |
Delete | This option allows you to:
|